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

ASPxTrackBar.Value Property

Gets or sets the editor’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 value that is the editor’s value.

Remarks

Use the Value property to get or set the editor’s value. If a specified value exceeds the scale limits specified by the ASPxTrackBar.MinValue and ASPxTrackBar.MaxValue properties, or a value is incorrect, the Value property is automatically set to the ASPxTrackBar.MinValue property value.

If the range value selection is used, the Value property is equal to the ASPxTrackBar.PositionStart.

See Also