ASPxClientFileManagerToolbarItem Members
A client-side equivalent of the file manager’s FileManagerToolbarItemBase object.Properties
| Name | Description |
|---|---|
| index | This property is not in effect for the ASPxClientFileManagerToolbarItem class. |
| indexPath | For internal use only. Inherited from ASPxClientMenuItem. |
| menu | This property is not in effect for the ASPxClientFileManagerToolbarItem class. |
| name | Gets the name that uniquely identifies the menu item. Inherited from ASPxClientMenuItem. |
| parent | This property is not in effect for the ASPxClientFileManagerToolbarItem class. |
Methods
| Name | Description |
|---|---|
| GetChecked | Indicates whether the menu item is checked. Inherited from ASPxClientMenuItem. |
| GetEnabled | Returns a value specifying whether a menu item is enabled. Inherited from ASPxClientMenuItem. |
| GetImageUrl | Returns the URL pointing to the image displayed within the menu item. Inherited from ASPxClientMenuItem. |
| GetItem(index) | Returns the current menu item’s immediate subitem specified by its index. Inherited from ASPxClientMenuItem. |
| GetItemByName(name) | Returns the current menu item’s subitem specified by its name. Inherited from ASPxClientMenuItem. |
| GetItemCount | Returns the number of the current menu item’s immediate child items. Inherited from ASPxClientMenuItem. |
| GetNavigateUrl | Gets a URL which defines the navigation location for the menu item. Inherited from ASPxClientMenuItem. |
| GetText | Returns text displayed within the menu item. Inherited from ASPxClientMenuItem. |
| GetVisible | Returns a value specifying whether a menu item is displayed. Inherited from ASPxClientMenuItem. |
| SetChecked(value) | Specifies whether the menu item is checked. Inherited from ASPxClientMenuItem. |
| SetEnabled(value) | Specifies whether the menu item is enabled. Inherited from ASPxClientMenuItem. |
| SetImageUrl(value) | Sets the URL which points to the image displayed within the menu item. Inherited from ASPxClientMenuItem. |
| SetNavigateUrl(value) | Specifies a URL which defines the navigation location for the menu item. Inherited from ASPxClientMenuItem. |
| SetText(value) | Sets the text to be displayed within the menu item. Inherited from ASPxClientMenuItem. |
| SetVisible(value) | Specifies the menu item’s visibility. Inherited from ASPxClientMenuItem. |
See Also