Back to Devexpress

ASPxFileManager.StylesContextMenu Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-8ac1730a.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileManagerContextMenuStyles StylesContextMenu { get; }
vb
Public ReadOnly Property StylesContextMenu As FileManagerContextMenuStyles

Property Value

TypeDescription
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.

See Also

File Manager

Context Menu

Context Menu

File Manager - Custom ToolbarOnline demo:

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace