TrackBarProperties.LargeTickEndValue Property
In This Article
Gets or sets the maximum value of the span where large tick marks are placed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 Large
See Also