Class
Page

Represents a page in the Telerik document model, providing functionalities to manage and display content.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class Page : SectionUIBase

Inheritance: objectSectionUIBasePage

Inherited Members SectionUIBase.Panel

Constructors

Page()

Declaration

cs-api-definition
public Page()

Methods

OnApplyTemplate()

Applies the template to the current page, updating its visual representation.

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides SectionUIBase.OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.