ClassPage
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:
cs-api-definition
public class Page : SectionUIBase
Inheritance: objectSectionUIBasePage
Inherited Members
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
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
The RoutedEventArgs that contains the event data.