Back to Devexpress

DataViewBase.ShowSelectionRectangle Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-63c81c27.md

latest1.3 KB
Original Source

DataViewBase.ShowSelectionRectangle Property

Specifies whether to enable the selection rectangle feature. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to enable the selection rectangle feature; otherwise, false.

|

Remarks

The ShowSelectionRectangle property does not work for the GridControl in multi-selection mode.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace