Class
ChildDocumentContainer

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: CommentNote

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

RadDocument

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()

Events

BodyChanged

Declaration

cs-api-definition
public event EventHandler BodyChanged

Event Value

EventHandler

BodyChanging

Declaration

cs-api-definition
public event EventHandler BodyChanging

Event Value

EventHandler