Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool? ShowSelectionRectangle { get; set; }

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.

selection-rectangle

See Also