Skip to main content
Tab

FileManagerToolbarCustomDropDownButton.Items Property

Gets a collection that contains the sub-menu items of the current toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerToolbarItemCollection Items { get; }

Property Value

Type Description
FileManagerToolbarItemCollection

A FileManagerToolbarItemCollection that contains the sub-menu items of the current toolbar item.

Remarks

Use the Items property (collection) to access the sub-menu items of the current toolbar item, if any. This collection contains only the items at the next level. To access items further down the item tree, use the Items property of a subsequent FileManagerToolbarCustomDropDownButton object. If the Items property is the null reference (Nothing in Visual Basic), the current toolbar item does not have any sub-menu items.

See Also