RibbonGroup.Items Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Items property is used to provide access to the collection of items within the current ribbon group. The collection is represented by an instance of the RibbonItemCollection class and allows individual items (which are instances of the RibbonItemBase descendant classes) to be added, deleted and accessed using an indexer notation.