Skip to main content

LayoutViewColumn.View Property

Gets the View which owns the current column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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