Skip to main content
A newer version of this page is available. .

LayoutViewColumnCollection.View Property

Gets the View that owns the current collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public LayoutView View { get; }

Property Value

Type Description
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