Gets a GridControl view to which the processed row belongs.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v18.1.Core.dll

Syntax
C# |
public DataViewBase View { get; }
|
VB |
Public ReadOnly Property View As DataViewBase
|
Property value
Type:
DataViewBase
A view to which the processed row belongs.

See Also