ASPxTrackBar.EqualTickMarks Property
Gets or sets a value that specifies whether or not all tick marks are of the same size.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
This property is a wrapper of the TrackBarProperties.EqualTickMarks property.
Example
This example demonstrates how to set large and small ticks to equal size.
<dx:ASPxTrackBar ID="ASPxTrackBar1" runat="server"
ScalePosition="LeftOrTop" EqualTickMarks="True" >
</dx:ASPxTrackBar>
See Also