Skip to main content

TrackBarEdit.IsRange Property

Gets whether a track bar allows a range of values to be specified.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsRange { get; }

Property Value

Type Description
Boolean

true if the track bar allows a range of values to be specified; otherwise, false.

Remarks

The IsRange property returns true, if the BaseEdit.StyleSettings property is set to a TrackBarRangeStyleSettings or TrackBarZoomRangeStyleSettings object.

See Also