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

TdxCustomRibbonGalleryOptions.MinColumnCount Property

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

#Declaration

Delphi
property MinColumnCount: Integer read; write;

#Property Value

Type
Integer

#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.

See Also