Back to Devexpress

CanSelectRowEventArgs.View Property

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

latest1.3 KB
Original Source

CanSelectRowEventArgs.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

CanSelectRow

CanSelectRowEventArgs Class

CanSelectRowEventArgs Members

DevExpress.Xpf.Grid Namespace