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

RibbonGalleryBarItem.RowCount Property

Gets or sets the maximum number of rows that can be displayed in a gallery bar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(1)]
public virtual int RowCount { get; set; }

Property Value

Type Default Description
Int32 1

An Int32 value that specifies the number of rows.

Remarks

Use the RowCount property to specify the number of item rows that are displayed in a gallery bar item.

<dx:RibbonGalleryBarItem ShowText="false" RowCount="2" Name="Shapes">
     ...

ASPxRibbon_RowCount

See Also