Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxRibbonGalleryMinColumnCount Constant

In This Article

Specifies the default minimum number of columns that should be displayed by a gallery.

#Declaration

Delphi
const dxRibbonGalleryMinColumnCount = 2;

#Remarks

A gallery’s content is visible, if the gallery’s Options.ColumnCount property is equal to or greater than the gallery’s Options.MinColumnCount property.

The Options.MinColumnCount property’s default value (specified by the dxRibbonGalleryMinColumnCount constant) is two columns.

See Also