Back to Devexpress

ASPxGridViewAddSummaryItemViaContextMenuEventHandler Delegate

aspnet-devexpress-dot-web-556cd071.md

latest1.5 KB
Original Source

ASPxGridViewAddSummaryItemViaContextMenuEventHandler Delegate

A method that will handle the ASPxGridView.AddSummaryItemViaContextMenu event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxGridViewAddSummaryItemViaContextMenuEventArgs |

An ASPxGridViewAddSummaryItemViaContextMenuEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web Namespace