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

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.v19.2.dll

Declaration

[DefaultValue(0)]
public virtual int MinColumnCount { get; set; }

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.

ASPxRibbon-GalleryBarItem-DropDown-MinColumnCount

See Also