Skip to main content
Tab

FileManagerToolbarItemBase Class

Serves as a base for classes that implement the toolbar item‘s functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class FileManagerToolbarItemBase :
    CollectionItem

The following members return FileManagerToolbarItemBase objects:

Remarks

Descendants of the FileManagerToolbarItemBase type can be contained in the FileManagerToolbarItemCollection collection available using the FileManagerSettingsContextMenu.Items or FileManagerSettingsToolbar.Items properties.

See Also