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

ASPxFileManager.StylesContextMenu Property

Provides access to the style settings that define the appearance of the control’s context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerContextMenuStyles StylesContextMenu { get; }

Property Value

Type Description
FileManagerContextMenuStyles

A FileManagerContextMenuStyles object that contains style settings.

Remarks

When the FileManagerSettingsContextMenu.Enabled property is set to true, the ASPxFileManager control provides the context menu. You can customize the context menu items with the FileManagerSettingsContextMenu.Items property. If the item collection is empty, the context menu displays default items. To learn more, see the Context Menu topic.

ASPxFileManager_ContextMenu

See Also