Skip to main content
Tab

RibbonDropDownButtonItem(String, String, RibbonDropDownButtonItem[]) Constructor

Initializes a new instance of the RibbonDropDownButtonItem class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Parameters

Name Type Description
name String

A string value that specifies the item’s name. This value is assigned to the RibbonItemBase.Name property.

text String

A string value that specifies the item’s text. This value is assigned to the RibbonItemBase.Text property.

items RibbonDropDownButtonItem[]

An array that contains zero or more RibbonDropDownButtonItem objects to populate the RibbonDropDownButtonItem.Items collection.

See Also