Back to Devexpress

RangeControl.ShowSelectionRectangle Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-b7d615b6.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? ShowSelectionRectangle { get; set; }
vb
Public Property ShowSelectionRectangle As Boolean?

Property Value

TypeDescription
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

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace