TdxInRibbonGalleryOptions.MinColumnCount Property
Specifies the minimum number of columns displayed in an in-Ribbon gallery.
Declaration
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