TrackBarProperties.MinValue Property
Gets or sets the minimum value of a track bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(decimal), "0")]
public decimal MinValue { get; set; }
<DefaultValue(GetType(Decimal), "0")>
Public Property MinValue As Decimal
Property Value
Type | Default | Description |
---|---|---|
Decimal | "0" |
A Decimal value that is the minimum value of a track bar. |
Remarks
If an item collection is not defined (see TrackBarProperties.Items), the decimal scale is displayed. Using the MinValue property you can set the minimum value of the range an end-user can select from.
If an item collection is defined, the MinValue property is automatically changed to 0.