Back to Devexpress

GridColumnData.View Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcolumndata-e6656369.md

latest996 B
Original Source

GridColumnData.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; }
vb
Public ReadOnly Property View As DataViewBase

Property Value

TypeDescription
DataViewBase

A DataViewBase descendant that represents the owner view.

|

See Also

GridColumnData Class

GridColumnData Members

DevExpress.Xpf.Grid Namespace