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

RibbonGalleryBarItem.MinColumnCount Property

Specifies the minimum number of columns that can be displayed in the gallery bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

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.

ASPxRibbon_GalleryBarMinMaxColumn

See Also