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

RibbonGroup.Items Property

Gets the collection of items in the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonItemCollection Items { get; }

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