New to Telerik UI for WPFStart a free 30-day trial

Represents a container for child documents in the Telerik Windows Document Model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class ChildDocumentContainer

Inheritance: objectChildDocumentContainer

Derived Classes: CommentNote

Constructors

C#
protected ChildDocumentContainer()

Properties

Gets the body of the child document container.

C#
public virtual RadDocument Body { get; set; }
Remarks:

The body contains the main content of the document, including paragraphs, tables, images, and other elements.

Methods

C#
protected virtual void OnBodyChanged()
C#
protected virtual void OnBodyChanging()

Events

C#
public event EventHandler BodyChanged
C#
public event EventHandler BodyChanging