ASPxClientGridBatchEditSummaryDisplayTextEventArgs.serverValue Property
Gets the summary item’s server value.
Declaration
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