FileManagerToolbarItemCollection Class
A collection of FileManagerToolbarItemBase object descendants.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerToolbarItemCollection :
ToolbarItemCollectionBase<FileManagerToolbarItemBase>
#Related API Members
The following members return FileManagerToolbarItemCollection objects:
#Remarks
The FileManagerToolbarItemCollection class manages a collection of FileManagerToolbarItemBase object descendants. The properties and methods exposed by the collection can be used to perform common collection operations, such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
The FileManagerToolbarItemCollection collection can be accessed via the FileManagerSettingsToolbar.Items or FileManagerSettingsContextMenu.Items property.