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

ITileContainerDefaultProperties.ActualRowCount Property

Gets the current maximum Tile rows number within this TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int ActualRowCount { get; }

Property Value

Type Description
Int32

An Int32 value that is the current maximum Tile rows number within this TileContainer.

Remarks

See the ITileContainerDefaultProperties.RowCount property to learn more.

See Also