TrackBarProperties.LargeTickEndValue Property
Gets or sets the maximum value 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 | "100" | A Decimal value that is the maximum possible large tick position. |
Remarks
The TrackBarProperties.LargeTickStartValue and the LargeTickEndValue properties allows you to define a custom span where large ticks are placed. Use the LargeTickEndValue property to set the maximum possible value that can be marked with the large tick.
Note
The LargeTickEndValue property synchronizes its value with the editor’s ASPxTrackBar.LargeTickEndValue property.
See Also