Back to Devexpress

ASPxGridViewContextMenuItemVisibilityEventHandler Delegate

aspnet-devexpress-dot-web-a3247a4c.md

latest1.8 KB
Original Source

ASPxGridViewContextMenuItemVisibilityEventHandler Delegate

A method that will handle the ASPxGridView.ContextMenuItemVisibility event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void ASPxGridViewContextMenuItemVisibilityEventHandler(
    object sender,
    ASPxGridViewContextMenuItemVisibilityEventArgs e
);
vb
Public Delegate Sub ASPxGridViewContextMenuItemVisibilityEventHandler(
    sender As Object,
    e As ASPxGridViewContextMenuItemVisibilityEventArgs
)

Parameters

NameTypeDescription
senderObject

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

Context Menu

Context Menu

Grid View

Online Demo: Grid - Context Menu

DevExpress.Web Namespace