ASPxClientRichEditParagraphPropertiesChangedEventArgs.paragraphIndex Property
In This Article
Gets the changed paragraph’s index.
#Declaration
TypeScript
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