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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The IsRange property returns true, if the BaseEdit.StyleSettings property is set to a TrackBarRangeStyleSettings or TrackBarZoomRangeStyleSettings object.
See Also