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

TdxInRibbonGalleryOptions.MinColumnCount Property

Specifies the minimum number of columns displayed in an in-Ribbon gallery.

#Declaration

Delphi
property MinColumnCount: Integer read; write; default dxRibbonGalleryMinColumnCount;

#Property Value

Type Default
Integer dxRibbonGalleryMinColumnCount

#Remarks

This property is in effect only if the CanCollapse property value is True. In this case, the gallery is automatically collapsed to a sub-menu when the Ribbon control is resized so that the gallery cannot fit the specified number of columns.

Note that MinColumnCount cannot be greater than ColumnCount.

The default value of the MinColumnCount property is dxRibbonGalleryMinColumnCount.

See Also