TileViewLayoutMode Enum
Contains values that specify the way tiles are arranged in the TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
The default tile layout mode, in which tiles are arranged in multiple columns and rows. In horizontal mode (see Tile |
Kanban
|
Kanban layout mode. Tiles are combined in groups based on group column values (Tile |
List
|
A multi-column or multi-row list of stretching tiles. If the Tile If the Tile |
#Related API Members
The following properties accept/return TileViewLayoutMode values:
#Remarks
Values provided by the TileViewLayoutMode enumeration are used to initialize the TileViewItemOptions.LayoutMode property.