Back to Devexpress

CanUnselectRowEventArgs.CanUnselectRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-canunselectroweventargs-45a0424b.md

latest1.4 KB
Original Source

CanUnselectRowEventArgs.CanUnselectRow Property

Gets or sets whether an end-user can unselect the processed row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, if an end-user can unselect the processed row; otherwise, false.

|

Remarks

Set the CanUnselectRow property to false to prevent a particular row from being unselected.

See Also

Row Selection

CanUnselectRow

CanUnselectRowEventArgs Class

CanUnselectRowEventArgs Members

DevExpress.Xpf.Grid Namespace