ASPxClientGridBatchEditSummaryDisplayTextEventArgs.serverValue Property
In This Article
Gets the summary item’s server value.
#Declaration
TypeScript
serverValue: number
#Property Value
Type | Description |
---|---|
number | The value. |
#Remarks
Use the summaryElement property to get the summary item’s server value in the BatchEditSummaryDisplayText event handler.
See Also