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