Back to Devexpress

RibbonGroup.Items Property

aspnet-devexpress-dot-web-dot-ribbongroup-90778ed3.md

latest1.6 KB
Original Source

RibbonGroup.Items Property

Gets the collection of items in the group.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RibbonItemCollection Items { get; }
vb
Public ReadOnly Property Items As RibbonItemCollection

Property Value

TypeDescription
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

Ribbon

RibbonGroup Class

RibbonGroup Members

DevExpress.Web Namespace