Back to Devexpress

LayoutViewColumnCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumncollection.md

latest1.7 KB
Original Source

LayoutViewColumnCollection.View Property

Gets the View that owns the current collection.

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 that owns the current collection.

|

Remarks

This property value is initialized by the constructor. The return value represents a View whose LayoutView.Columns property is represented by this LayoutViewColumnCollection object.

See Also

LayoutViewColumnCollection Class

LayoutViewColumnCollection Members

DevExpress.XtraGrid.Columns Namespace