Back to Devexpress

dxRibbonGalleryMinColumnCount Constant

vcl-dxribbongallery-f6f4d3bf.md

latest1022 B
Original Source

dxRibbonGalleryMinColumnCount Constant

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

dxRibbonGalleryDefaultColumnCount

TdxCustomRibbonGalleryOptions.MinColumnCount

dxRibbonGallery Unit