Back to Devexpress

FileManagerToolbarItemCollection Class

aspnet-devexpress-dot-web-5abf568e.md

latest3.4 KB
Original Source

FileManagerToolbarItemCollection Class

A collection of FileManagerToolbarItemBase object descendants.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerToolbarItemCollection :
    ToolbarItemCollectionBase<FileManagerToolbarItemBase>
vb
Public Class FileManagerToolbarItemCollection
    Inherits ToolbarItemCollectionBase(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<FileManagerToolbarItemBase>

ICollection<FileManagerToolbarItemBase>

IEnumerable<FileManagerToolbarItemBase>

IEnumerable

Inheritance

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

See Also

FileManagerToolbarItemCollection Members

DevExpress.Web Namespace