ASPxClientRichEditContentInsertedEventArgs.interval Property
In This Article
Gets the text buffer interval related to the inserted content.
#Declaration
TypeScript
interval: Interval
#Property Value
Type | Description |
---|---|
Interval | An object that stores the inserted content’s length and position. |
See Also