Back to Devexpress

TileViewGroup.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewgroup.md

latest1.2 KB
Original Source

TileViewGroup.View Property

Gets the View that owns the current group.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public TileView View { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property View As TileView

Property Value

TypeDescription
TileView

The View that owns the current group.

|

See Also

TileViewGroup Class

TileViewGroup Members

DevExpress.XtraGrid.Views.Tile Namespace