Skip to main content
All docs
V25.1
  • ASPxClientGridBatchEditSummaryDisplayTextEventArgs.summaryElement Property

    Gets the element that contains the summary item.

    Declaration

    summaryElement: any

    Property Value

    Type Description
    any

    The element.

    Remarks

    Use the summaryElement property to get the element that contains the summary item in the BatchEditSummaryDisplayText event handler and customize the summary depending on ths value.

    See Also