Back to Devexpress

RowDataBase.View Property

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

latest1.1 KB
Original Source

RowDataBase.View Property

Gets the owner view.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
DataViewBase

A DataViewBase descendant that is the owner view.

|

See Also

Views

RowDataBase Class

RowDataBase Members

DevExpress.Xpf.Grid Namespace