Back to Devexpress

TrackBarEdit.IsRange Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbaredit-746da552.md

latest1.4 KB
Original Source

TrackBarEdit.IsRange Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsRange { get; }
vb
Public ReadOnly Property IsRange As Boolean

Property Value

TypeDescription
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

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace