Skip to main content

ASPxClientFileManagerToolbarItem Class

A client-side equivalent of the file manager’s FileManagerToolbarItemBase object.

#Declaration

TypeScript
declare class ASPxClientFileManagerToolbarItem extends ASPxClientMenuItem

#Remarks

The ASPxClientFileManagerToolbarItem object is a client file manager toolbar item that corresponds to a particular item in the FileManagerSettingsContextMenu.Items or FileManagerSettingsToolbar.Items collection. An individual client item can be accessed by using the ASPxClientFileManager.GetContextMenuItemByCommandName or the ASPxClientFileManager.GetToolbarItemByCommandName method.

To learn more about ribbon item types, see the Item Types topic.

#Inheritance

ASPxClientMenuItem
ASPxClientFileManagerToolbarItem
See Also