Skip to main content
Tab

RibbonGalleryProperties.ColumnCount Property

Gets or sets the number of columns displayed in a gallery drop-down item‘s drop-down window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 1

An Int32 value that specifies the number of columns.

Remarks

Use the ColumnCount property to specify the number of columns that are displayed in a drop-down window. The number of rows can be specified using the RibbonDropDownGalleryProperties.RowCount property.

<dx:RibbonGalleryDropDownItem Text="Watermark" Size="Large" Name="Watermark">
     <PropertiesDropDownGallery ColumnCount="3" RowCount="1" />
     ...

ASPxFileManager_GalleryDDWindow

See Also