Skip to main content

ASPxClientGridBatchEditSummaryDisplayTextEventArgs.summaryFieldName Property

Gets the summary item’s field name.

#Declaration

TypeScript
summaryFieldName: string

#Property Value

Type Description
string

The field name.

#Remarks

The summaryFieldName property allows you to get the summary item’s associated field name in the BatchEditSummaryDisplayText event handler and customize the summary depending on ths value.

.summaryItemChangedValue {
    background-color: #d7f9c7;
}

#Online Demo

ASPxGridView - Client Summary Calculation

See Also