Back to Devexpress

TileBar.RowCount Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-9c347cd4.md

latest1.4 KB
Original Source

TileBar.RowCount Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(1)]
public int RowCount { get; set; }
vb
<DefaultValue(1)>
<Browsable(False)>
Public Property RowCount As Integer

Property Value

TypeDefaultDescription
Int321

The number of rows within the control.

|

Remarks

The TileBar arranges its items in a single row. The RowCount property should not be modified for the TileBar control.

See Also

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace