Back to Devexpress

RangeControl.ShowLabels Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-e467f81c.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowLabels { get; set; }
vb
Public Property ShowLabels As Boolean

Property Value

TypeDescription
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

Range Control Visual Elements

LabelTemplate

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace