TrackBarEdit.IsRange Property
Gets whether a track bar allows a range of values to be specified.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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