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

LayoutViewColumn.View Property

Gets the View which owns the current column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

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