ASPxClientGridBatchEditSummaryDisplayTextEventArgs.summaryElement Property
In This Article
Gets the element that contains the summary item.
#Declaration
TypeScript
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