TrackBarProperties.SmallTickFrequency Property
In This Article
Gets or sets the frequency of small ticks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An Int32 value that defines how frequently small ticks are placed. |
#Remarks
The SmallTickFrequency property defines how many small ticks are placed in every interval between large ticks.
Note
The Small
See Also