BootstrapRibbonGalleryBarItem(String, RibbonGalleryGroup[]) Constructor
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| name | String |
| groups | RibbonGalleryGroup[] |
See Also
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
public BootstrapRibbonGalleryBarItem(
string name,
params RibbonGalleryGroup[] groups
)
Public Sub New(
name As String,
ParamArray groups As RibbonGalleryGroup()
)
| Name | Type |
|---|---|
| name | String |
| groups | RibbonGalleryGroup[] |