BootstrapRibbonGalleryGroup(String, RibbonGalleryItem[]) Constructor
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
text | String |
items | RibbonGalleryItem[] |
See Also
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
public BootstrapRibbonGalleryGroup(
string text,
params RibbonGalleryItem[] items
)
Public Sub New(
text As String,
ParamArray items As RibbonGalleryItem()
)
Name | Type |
---|---|
text | String |
items | RibbonGalleryItem[] |
No
Your feedback is appreciated.