BootstrapRibbonDropDownButtonItem(String, String, RibbonDropDownButtonItem[]) Constructor
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapRibbonDropDownButtonItem(
string name,
string text,
params RibbonDropDownButtonItem[] items
)
Parameters
Name | Type |
---|---|
name | String |
text | String |
items | RibbonDropDownButtonItem[] |
See Also