Back to Devexpress

CanUnselectCellEventArgs.View Property

wpf-devexpress-dot-xpf-dot-grid-dot-canunselectcelleventargs-a669a09f.md

latest1.4 KB
Original Source

CanUnselectCellEventArgs.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.CanUnselectCell

TreeListView.CanUnselectCell

CanUnselectCellEventArgs Class

CanUnselectCellEventArgs Members

DevExpress.Xpf.Grid Namespace