Class
EditingContext

Represents the editing context for a document in the Telerik UI framework, providing access to editing operations and document management features.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class EditingContext : INotifyPropertyChanged

Inheritance: objectEditingContext

Implements: INotifyPropertyChanged

Properties

FooterContext

Represents the context for editing the footer in a document.

Declaration

cs-api-definition
public HeaderFooterEditingContext FooterContext { get; }

Property Value

HeaderFooterEditingContext

HeaderContext

Represents the context for editing headers within the document.

Declaration

cs-api-definition
public HeaderFooterEditingContext HeaderContext { get; }

Property Value

HeaderFooterEditingContext

Type

Represents the editing context type in the Telerik Windows Documents framework.

Declaration

cs-api-definition
public EditingContextTypes Type { get; }

Property Value

EditingContextTypes

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged