dxRibbonGalleryMinColumnCount Constant
Specifies the default minimum number of columns that should be displayed by a gallery.
Declaration
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