Unplanned
Last Updated: 03 Mar 2025 14:30 by Martin Ivanov
Martin Ivanov
Created on: 03 Mar 2025 14:30
Category: RichTextBox
Type: Feature Request
2
RichTextBox: Add a method to get all child RadDocument objects from the main RadDocument object
Many document elements (like Footer, Header, Note, Comments, etc.) have their own RadDocument instance that serves as their body. These child documents are part of the main RadDocument assigned as the Document of RadRichTextBox.

Currently, to access the child RadDocument elements, you should iterate each different element of the main RadDocument and collect its Body property value.

Add a method to easily collect the child RadDocuments, similar to how the EnumerateChildrenOfType<T> method works. Currently the EnumerateChildrenOfType<T> method doesn't work for searching RadDocument, so you can consider extending this already existing API.
0 comments