FileManagerToolbarCustomDropDownButton.Items Property
In This Article
Gets a collection that contains the sub-menu items of the current toolbar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerToolbarItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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