Back to Devexpress

ASPxGridViewFillContextMenuItemsEventHandler Delegate

aspnet-devexpress-dot-web-54a8c4e6.md

latest1.7 KB
Original Source

ASPxGridViewFillContextMenuItemsEventHandler Delegate

A method that will handle the ContextMenuInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

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

| | e | ASPxGridViewContextMenuEventArgs |

An ASPxGridViewContextMenuEventArgs object that contains event data.

|

See Also

Context Menu

Context Menu

Grid View

Online Demo: Grid - Context Menu

DevExpress.Web Namespace