A newer version of this page is available.
Switch to the current version.
RibbonGroup.Items Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public RibbonItemCollection Items { get; }
Public ReadOnly Property Items As RibbonItemCollection
Property Value
Type | Description |
---|---|
RibbonItemCollection | A RibbonItemCollection object that is a collection of items within the group. |
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.
See Also
Feedback