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