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

RibbonDropDownButtonItem.Items Property

Gets the collection of items displayed within the RibbonDropDownButtonItem‘s drop-down window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual RibbonDropDownButtonCollection Items { get; }

Property Value

Type Description
RibbonDropDownButtonCollection

A RibbonDropDownButtonCollection instance that is the collection of items.

See Also