Back to Devexpress

RibbonControl.RowCount Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-66d34707.md

latest1.1 KB
Original Source

RibbonControl.RowCount Property

For internal use.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefault
Int323

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace