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

ASPxClientSummaryItemType Class

Lists values that specify the summary item’s aggregate function types.

Declaration

declare class ASPxClientSummaryItemType

Remarks

The summaryType property allows you to get the ASPxClientSummaryItemType object values to identify the type of the processed summary item in the BatchEditSummaryDisplayText event handler.

The following example illustrates how to customize the summary item depending on the summary type.

.summaryItemChangedValue {
    background-color: #d7f9c7;
}
See Also