ASPxFileManager.StylesContextMenu Property
In This Article
Provides access to the style settings that define the appearance of the control’s context menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerContextMenuStyles StylesContextMenu { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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