CanUnselectRowEventArgs.CanUnselectRow Property
Gets or sets whether an end-user can unselect the processed row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the CanUnselectRow property to false to prevent a particular row from being unselected.
See Also