Skip to main content

TileViewColumns.View Property

Gets the View that owns the current TileViewColumns object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
TileView

The View that owns the current TileViewColumns object.

See Also