RangeControl.ShowLabels Property
Gets or sets whether the labels that indicate the bound values of the selected range are displayed.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the labels that indicate the bound values of the selected range are displayed; otherwise, false. |
Remarks
By default, the RangeControl displays labels that indicate the bound values of the selected range. Set the ShowLabels property to false to hide these labels.
The following image shows the RangeControl with labels displayed.
See Also