Skip to main content
All docs
V25.1
  • ASPxClientSummaryItemType Class

    In This Article

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

    #Declaration

    TypeScript
    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.

    GridView - summaryType Property

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