RibbonDropDownGalleryProperties.MinColumnCount Property
Specifies the minimum number of columns that can be displayed in the gallery bar‘s drop down window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the number of columns. |
Remarks
The ASPxRibbon‘s drop down galleries have the adaptive layout of their drop down windows. For better visual representation, set the minimum width of the drop down window by using the MinColumnCount property that specifies the minimum number of columns displayed in the drop down window.
See Also