Skip to main content

ASPxClientRichEditParagraphPropertiesChangedEventArgs.paragraphIndex Property

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