ProgressBarFieldDefinition
This definition creates a
ProgressBar control, useful for displaying progress of an operation performed by a view model object.
Properties
public int Minimum { get; set; } Sets or returns the minimum value for the progress bar.
public int Maximum { get; set; } Sets or returns the maximum value for the progress bar.
public bool ShowLabel { get; set; } Sets or returns a value indicating whether the associated label control should be created or not.
public String IndeterminatePropertyName { get; set; } Sets or returns the name of a property to bind the progress bars Indeterminate property to. This is useful if the view model control doesn't know how long a process will take, or won't know until a certain point.
Controls Created:
- ProgressBar (ContainerControl; InputControl)