Back to Devexpress

ITileContainerDefaultProperties.RowCount Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-04c67fda.md

latest2.1 KB
Original Source

ITileContainerDefaultProperties.RowCount Property

Gets or sets the maximum number of Tile rows within the current TileContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int? RowCount { get; set; }
vb
Property RowCount As Integer?

Property Value

TypeDescription
Nullable<Int32>

An Int32 value specifying the maximum number of Tile rows within the current TileContainer.

|

Remarks

A TileContainer arranges its items in multiple rows, the number of which is specified by the RowCount property. The RowCount only makes sense if the container’s Orientation property is set to Orientation.Horizontal. Otherwise, Tiles are always arranged in a single column where each Tile starts a new row.

See Also

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace