Skip to main content
A newer version of this page is available. .

BootstrapRibbonDropDownButtonItem(String, String, RibbonItemSize, RibbonDropDownButtonItem[]) Constructor

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapRibbonDropDownButtonItem(
    string name,
    string text,
    RibbonItemSize size,
    params RibbonDropDownButtonItem[] items
)

Parameters

Name Type
name String
text String
size RibbonItemSize
items RibbonDropDownButtonItem[]
See Also