BootstrapRibbonGalleryDropDownItem(String, String, RibbonGalleryGroup[]) Constructor
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapRibbonGalleryDropDownItem(
string name,
string text,
params RibbonGalleryGroup[] groups
)
Parameters
| Name | Type |
|---|---|
| name | String |
| text | String |
| groups | RibbonGalleryGroup[] |
See Also