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

RibbonDropDownButtonCollection Class

A collection of items within the RibbonDropDownButtonItem.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class RibbonDropDownButtonCollection :
    HierarchicalCollection<RibbonDropDownButtonItem>

The following members return RibbonDropDownButtonCollection objects:

Remarks

A RibbonDropDownButtonItem can hold its items within a collection which is represented by an instance of the RibbonDropDownButtonCollection class and can be accessed via the RibbonDropDownButtonItem.Items property. The properties and methods exposed by the RibbonDropDownButtonCollection class can be used to perform common collection operations, such as adding new or deleting the existing items. Each item of the collection is represented by a RibbonDropDownButtonItem object. Individual items can be accessed using indexer notation.

See Also