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

TileViewItemOptions.ColumnCount Property

In TileViewLayoutMode.Default mode, this property specifies the maximum number of columns to accommodate tiles.

In TileViewLayoutMode.List mode, this property specifies the number of columns to accommodate tiles.

The ColumnCount property is in effect when the TileViewItemOptions.Orientation setting is Vertical.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(0)]
public int ColumnCount { get; set; }

Property Value

Type Default Description
Int32 0

The number of columns to accommodate tiles.

Property Paths

You can access this nested property as listed below:

Object Type Path to ColumnCount
TileView
.OptionsTiles.ColumnCount

Remarks

The ColumnCount property is in effect only when the TileViewItemOptions.Orientation property equals Vertical.

The ColumnCount property is ignored in TileViewLayoutMode.Kanban mode.

See Also