Skip to main content

BootstrapRibbonGalleryGroup(String, RibbonGalleryItem[]) Constructor

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapRibbonGalleryGroup(
    string text,
    params RibbonGalleryItem[] items
)

Parameters

Name Type
text String
items RibbonGalleryItem[]
See Also