GridViewSettings.ContextMenuItemVisibility Property
Enables you to dynamically control the context menu item visibility and availability.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public ASPxGridViewContextMenuItemVisibilityEventHandler ContextMenuItemVisibility { get; set; }
Property Value
Type | Description |
---|---|
ASPxGridViewContextMenuItemVisibilityEventHandler | A ASPxGridViewContextMenuItemVisibilityEventHandler delegate method allowing you to implement custom processing. |
See Also