Skip to main content
Tab

FileManagerToolbarItemCollection Class

A collection of FileManagerToolbarItemBase object descendants.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerToolbarItemCollection :
    ToolbarItemCollectionBase<FileManagerToolbarItemBase>

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.

Inheritance

Object
StateManagedCollectionBase
Collection
Collection<FileManagerToolbarItemBase>
DevExpress.Web.ToolbarItemCollectionBase<FileManagerToolbarItemBase>
FileManagerToolbarItemCollection
See Also