Back to Devexpress

ITileContainerDefaultProperties.ActualRowCount Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-f79d59af.md

latest2.0 KB
Original Source

ITileContainerDefaultProperties.ActualRowCount Property

Gets the current maximum Tile rows number within this TileContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int ActualRowCount { get; }
vb
ReadOnly Property ActualRowCount As Integer

Property Value

TypeDescription
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

RowCount

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace