Skip to main content

RibbonControl.Items Property

Obsolete. The Items is obsolete. Use the RibbonControl.Categories property instead.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

[Obsolete("Use RibbonControl.Categories property instead")]
public ItemCollection Items { get; protected set; }

#Property Value

Type
ItemCollection
See Also