Back to Devexpress

CanSelectCellEventArgs.View Property

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

latest1.4 KB
Original Source

CanSelectCellEventArgs.View Property

Gets a GridControl view to which the processed cell belongs.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataViewBase View { get; }
vb
Public ReadOnly Property View As DataViewBase

Property Value

TypeDescription
DataViewBase

A view to which the processed cell belongs.

|

See Also

Row Selection

TableView.CanSelectCell

TreeListView.CanSelectCell

CanSelectCellEventArgs Class

CanSelectCellEventArgs Members

DevExpress.Xpf.Grid Namespace