ASPxProgressBar.Value Property
In This Article
Gets or sets the control’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Object | A Object representing the control’s value. |
#Remarks
This property is overridden to enable converting a value of the Object type to the integer type of the ASPxProgressBar.Position property.
See Also