Skip to main content
Tab

GroupHeaderCommandEventHandler Delegate

A method that will handle specific command events concerning manipulations with group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void GroupHeaderCommandEventHandler(
    object source,
    GroupHeaderCommandEventArgs e
);

Parameters

Name Type Description
source Object

A Object representing the event source. Identifies the ASPxTitleIndex control that raised the event.

e GroupHeaderCommandEventArgs

A GroupHeaderCommandEventArgs object that contains event data.

See Also