ClassChildDocumentContainer
Class
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:
cs-api-definition
public abstract class ChildDocumentContainer
Inheritance: objectChildDocumentContainer
Derived Classes:
Constructors
ChildDocumentContainer()
Declaration
cs-api-definition
protected ChildDocumentContainer()
Properties
Body
Gets the body of the child document container.
Declaration
cs-api-definition
public virtual RadDocument Body { get; set; }
Property Value
Remarks
The body contains the main content of the document, including paragraphs, tables, images, and other elements.
Methods
OnBodyChanged()
Declaration
cs-api-definition
protected virtual void OnBodyChanged()
OnBodyChanging()
Declaration
cs-api-definition
protected virtual void OnBodyChanging()