TrackBarProperties.SmallTickStyle Property
Gets the style settings that define the small tick appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
TrackBarTickStyle | String.Empty | A TrackBarTickStyle object that contains style settings. |
Remarks
Note
The SmallTickStyle property synchronizes its value with the editor’s ASPxTrackBar.SmallTickStyle property.
See Also