DxProgressBar Members
A progress bar component.Constructors
Name | Description |
---|---|
DxProgressBar() | Initializes a new instance of the DxProgressBar class. |
Properties
Name | Description |
---|---|
CssClass | Assign a CSS class to the progress bar. |
IconCssClass | Specifies the name of the CSS class applied to the progress bar icon. |
Id | Specifies the progress bar’s unique identifier. |
Indeterminate | Specifies whether the progress bar displays a moving bar rather than a percentage. |
Label | Specifies the progress bar label. |
LabelPosition | Specifies the position of the label relative to the progress bar. |
MaxValue | Specifies the progress bar’s maximum value. |
MinValue | Specifies the progress bar’s minimum value. |
SetSuccessStatusOnComplete |
Specifies whether the progress status should be changed to Success when the Value reaches the MaxValue
|
ShowIcon | Specifies whether to show an icon in the progress bar. |
ShowLabel | Specifies whether to show a label in the progress bar. |
Size | Specifies the progress bar size. |
SizeMode | Specifies the size of a dialog’s inner elements. Also affects a dialog’s size and content. Inherited from DxSizableComponentBase. |
Status | Specifies the progress status that affects bar appearance, the icon, and the default label. |
Thickness | Specifies the progress bar’s thickness. |
Type | Specifies the progress bar type: horizontal, vertical, or circular. |
Value | Specifies the progress bar value. |
Visible | Specifies the progress bar visibility. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
Completed | Fires when the progress bar value reaches its maximum. |
ProgressChanged | Fires after the progress value was changed. |
See Also