Skip to main content

ASPxClientGridBatchEditSummaryDisplayTextEventArgs.serverValue Property

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