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

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.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 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" />
     ...

ASPxFileManager_GalleryDDWindow

See Also