RibbonDropDownButtonCollection Class
A collection of items within the RibbonDropDownButtonItem.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class RibbonDropDownButtonCollection :
HierarchicalCollection<RibbonDropDownButtonItem>
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
See Also