TrackBarProperties.LargeTickInterval Property
In This Article
Gets or sets a value that is the large ticks interval.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Decimal | "50" | A Decimal value that is the interval between large ticks. |
#Remarks
This property allows you to set the interval between large tick marks. Large ticks values are indicated using scale labels that can help an end-user to orient easily in the value range.
Note
The Large
See Also