Back to Devexpress

CanSelectRowEventArgs.CanSelectRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectroweventargs-29ddd2c4.md

latest1.4 KB
Original Source

CanSelectRowEventArgs.CanSelectRow Property

Gets or sets whether an end-user can select 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 CanSelectRow { get; set; }
vb
Public Property CanSelectRow As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Set the CanSelectRow property to false to prevent a particular row from being selected.

See Also

Row Selection

CanSelectRow

CanSelectRowEventArgs Class

CanSelectRowEventArgs Members

DevExpress.Xpf.Grid Namespace