ASPxClientGridBatchEditSummaryDisplayTextEventArgs.displayText Property
In This Article
Gets or sets the summary item’s display text.
#Declaration
TypeScript
displayText: string
#Property Value
Type | Description |
---|---|
string | The text. |
#Remarks
The displayText property allows you to get or set the summary item’s display text in the BatchEditSummaryDisplayText event handler.
See Also