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

TileViewColumns.View Property

Gets the View that owns the current TileViewColumns object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
TileView

The View that owns the current TileViewColumns object.

See Also