Back to Devexpress

CanUnselectRowEventArgs.View Property

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

latest1.3 KB
Original Source

CanUnselectRowEventArgs.View Property

Gets a GridControl view to which the processed row 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 row belongs.

|

See Also

Row Selection

CanUnselectRow

CanUnselectRowEventArgs Class

CanUnselectRowEventArgs Members

DevExpress.Xpf.Grid Namespace