Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewSummaryDisplayTextEventArgs(ASPxGridView, ASPxSummaryItem, Object, String, Int32, Boolean) Constructor

Initializes a new instance of the ASPxGridViewSummaryDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewSummaryDisplayTextEventArgs(
    ASPxGridView grid,
    ASPxSummaryItem item,
    object value,
    string text,
    int visibleIndex,
    bool isGroupRow
)

Parameters

Name Type Description
grid ASPxGridView

A grid view control.

item ASPxSummaryItem

A summary item.

value Object

A summary item’s value.

text String

A summary item’s text.

visibleIndex Int32

A summary item’s visible index.

isGroupRow Boolean

Specifies whether the summary item refers to a group.

See Also