Skip to main content

RibbonGroup.Items Property

Gets the collection of objects that are items in the RibbonGroup.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ObservableCollection<IRibbonItem> Items { get; }

#Property Value

Type Description
ObservableCollection<DevExpress.WinUI.Ribbon.Internal.IRibbonItem>

A collection of objects that are items in the RibbonGroup.

See Also