Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerToolbarItem Class

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

Declaration

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