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

Page

Class

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:

C#
public class Page : SectionUIBase

Inheritance: objectSectionUIBasePage

Inherited Members SectionUIBase.Panel

Constructors

C#
public Page()

Methods

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

C#
public override void OnApplyTemplate()

Overrides: SectionUIBase.OnApplyTemplate()

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.