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

Context Menu

The Context Menu allows users to perform actions related to the selected file or folder. Users can right-click a file or folder to invoke the context menu.

ASPxFileManager_ContextMenu

The table below lists the main members that affect element appearance and functionality.

Characteristics Members
Availability FileManagerSettingsContextMenu.Enabled
Items FileManagerSettingsContextMenu.Items
Style ASPxFileManager.StylesContextMenu

The context menu displays items contained in the FileManagerSettingsContextMenu.Items collection. If the collection is empty, the menu displays default items whose availability is specified by the ASPxFileManager.SettingsEditing property.

See Also