TrackBarProperties.ScalePosition Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ScalePosition | None | One of the ScalePosition enumeration values. |
Available values:
Name | Description |
---|---|
None | A scale is not displayed in an editor. |
Both | A scale is displayed at both sides of the editor: left and right (for the vertical orientation), or top and bottom (for the horizontal orientation). |
RightOrBottom | A scale is displayed at the right side of the editor (for the vertical orientation) or at the bottom side (for the horizontal orientation). |
LeftOrTop | A scale is displayed at the left side of the editor (for the vertical orientation) or at the top side (for the horizontal orientation). |
Remarks
You can use the ScalePosition property to specify where the scale can be displayed: on one or both sides along the track.
Note
The ScalePosition property synchronizes its value with the editor’s ASPxTrackBar.ScalePosition property.