Back to Devexpress

CanSelectCellEventArgs.CanSelectCell Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectcelleventargs-da206a2d.md

latest1.5 KB
Original Source

CanSelectCellEventArgs.CanSelectCell Property

Gets or sets whether an end-user can select the processed cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

Set the CanSelectCell property to false to prevent a particular cell from being selected.

See Also

Row Selection

TableView.CanSelectCell

TreeListView.CanSelectCell

CanSelectCellEventArgs Class

CanSelectCellEventArgs Members

DevExpress.Xpf.Grid Namespace