Skip to main content
Tab

RibbonGalleryDropDownItem(String, String, RibbonGalleryGroup[]) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGalleryDropDownItem(
    string name,
    string text,
    params RibbonGalleryGroup[] groups
)

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.

groups RibbonGalleryGroup[]

An array that contains zero or more RibbonGalleryGroup objects for populating the RibbonGalleryDropDownItem.Groups collection.

See Also