A newer version of this page is available.
Switch to the current version.
DataViewBase.ShowSelectionRectangle Property
Specifies whether to enable the selection rectangle feature. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public bool ShowSelectionRectangle { get; set; }
Public Property ShowSelectionRectangle As Boolean
Property Value
Type | Description |
---|---|
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
Feedback