Is there a way to get the Inline or SpanAdv object of the selected text in a SfRichTextBoxAdv ?
I would like to let the user select text and press a button, when pressed i want to add the selected inline to a collection.
Later on i want to change the text in these inlines by casting them to a SpanAdv and setting their Text property.