DxGridModel.CustomizeContextMenu Property
Allows you to customize context menus.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Action<GridCustomizeContextMenuEventArgs> | Stores information for this event. |
Remarks
This member is a wrapper for the DxGrid component’s DxGrid.CustomizeContextMenu member. Refer to its description for more information.
See Also