Skip to main content
Tab

ASPxProgressBar.Value Property

Gets or sets the control’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override object Value { get; set; }

#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