Skip to main content
A newer version of this page is available. .
Tab

ASPxProgressBar.Value Property

Gets or sets the control’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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