Skip to main content

LayoutViewColumnCollection.View Property

Gets the View that owns the current collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.1.dll

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

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