RibbonDropDownGalleryProperties.RowCount Property
Gets or sets the number of rows displayed in a gallery item‘s drop-down window.
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 rows that are displayed in a drop-down window.
The number of columns for RibbonGalleryDropDownItem can be specified using the RibbonGalleryProperties.ColumnCount property.
<dx:RibbonGalleryDropDownItem Text="Watermark" Size="Large" Name="Watermark">
<PropertiesDropDownGallery ColumnCount="3" RowCount="1" />
...
See Also