Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool ShowLabels { get; set; }

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.

RangeControl_Labels

See Also