aspnet-devexpress-dot-web-4349f597.md
A collection of items within the RibbonDropDownButtonItem.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonDropDownButtonCollection :
HierarchicalCollection<RibbonDropDownButtonItem>
Public Class RibbonDropDownButtonCollection
Inherits HierarchicalCollection(Of RibbonDropDownButtonItem)
The following members return RibbonDropDownButtonCollection objects:
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.
DevExpress.Utils.IAssignableCollection
IList<RibbonDropDownButtonItem>
ICollection<RibbonDropDownButtonItem>
IEnumerable<RibbonDropDownButtonItem>
Object StateManagedCollectionBase Collection Collection<RibbonDropDownButtonItem> HierarchicalCollection<RibbonDropDownButtonItem> RibbonDropDownButtonCollection
See Also