Skip to main content

BootstrapRibbonGalleryBarItem(String, RibbonGalleryGroup[]) Constructor

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapRibbonGalleryBarItem(
    string name,
    params RibbonGalleryGroup[] groups
)

Parameters

Name Type
name String
groups RibbonGalleryGroup[]
See Also