TrackBarProperties.LargeTickStartValue Property
Gets or sets the start position of the span where large tick marks are placed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Decimal | "0" | A Decimal value that specifies the large tick starting position. |
Remarks
The LargeTickStartValue and the TrackBarProperties.LargeTickEndValue properties allows you to define a custom span where large ticks are placed. Use the LargeTickStartValue property to set the first (starting) value that will be marked with the large tick.
Note
The LargeTickStartValue property synchronizes its value with the editor’s ASPxTrackBar.LargeTickStartValue property.
See Also