Back to Devexpress

LayoutViewColumn.View Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumn-31ec6b1b.md

latest1.5 KB
Original Source

LayoutViewColumn.View Property

Gets the View which owns the current column.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public LayoutView View { get; }
vb
<Browsable(False)>
Public ReadOnly Property View As LayoutView

Property Value

TypeDescription
LayoutView

A LayoutView object which owns the current column.

|

Remarks

To access a Layout View’s column collection, use the LayoutView.Columns property.

See Also

Columns

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace