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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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">
...
See Also