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

TileViewItem.View Property

Gets a TileView that owns this TileViewItem.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
TileView

A TileView that owns this TileViewItem.

See Also