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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also