Skip to main content
Tab

ASPxGridViewContextMenuItemVisibilityEventHandler Delegate

A method that will handle the ASPxGridView.ContextMenuItemVisibility event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void ASPxGridViewContextMenuItemVisibilityEventHandler(
    object sender,
    ASPxGridViewContextMenuItemVisibilityEventArgs e
);

Parameters

Name Type Description
sender Object

An object representing the event source. Identifies the button editor that raised the event.

e ASPxGridViewContextMenuItemVisibilityEventArgs

An ASPxGridViewContextMenuItemVisibilityEventArgs object that contains event data.

See Also