ASPxClientRichEditParagraphPropertiesChangedEventArgs.paragraphIndex Property
Gets the changed paragraph’s index.
Declaration
paragraphIndex: number
Property Value
| Type | Description |
|---|---|
| number | The changed paragraph’s identifier. |
Remarks
Use the index to access the corresponding paragraph via the SubDocument.paragraphsInfo array.
See Also