RangeControl.ShowSelectionRectangle Property
Gets or sets whether to show the selection rectangle. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, to show the selection rectangle; otherwise, false. |
Remarks
The ShowSelectionRectangle property defines the visual indication of the selection range dragging operation. If the ShowSelectionRectangle property is set to true, the selection rectangle is shown while dragging the selection range.
See Also