Skip to main content
Tab

ASPxVerticalGridSummaryDisplayTextEventArgs(ASPxVerticalGrid, ASPxVerticalGridSummaryItem, Object, String) Constructor

Initializes a new instance of the ASPxVerticalGridSummaryDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridSummaryDisplayTextEventArgs(
    ASPxVerticalGrid grid,
    ASPxVerticalGridSummaryItem item,
    object value,
    string text
)

Parameters

Name Type Description
grid ASPxVerticalGrid

A grid view control.

item ASPxVerticalGridSummaryItem

A summary item.

value Object

A summary item’s value.

text String

A summary item’s text.

See Also