Skip to main content

TileViewItem.View Property

Gets a TileView that owns this TileViewItem.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DXCategory("View")]
public TileView View { get; protected set; }

Property Value

Type Description
TileView

A TileView that owns this TileViewItem.

See Also