TrackBarProperties.LargeTickStartValue Property
In This Article
Gets or sets the start position 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 | "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 Large
See Also