RibbonGalleryBarItem.MinColumnCount Property
In This Article
Specifies the minimum number of columns that can be displayed in the gallery bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 | An integer value that specifies the number of columns. |
#Remarks
The ASPxRibbon control has an adaptive layout. When a ribbon has insufficient space, the number of columns displayed in a gallery bar can be reduced. Use the MinColumnCount and the RibbonGalleryBarItem.MaxColumnCount properties to limit the number of columns displayed in the gallery bar when the ribbon is resized.
See Also