ASPxClientGridBatchEditSummaryDisplayTextEventArgs.displayText Property
Gets or sets the summary item’s display text.
Declaration
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