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

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:

C#
public class EditingContext : INotifyPropertyChanged

Inheritance: objectEditingContext

Implements: INotifyPropertyChanged

Properties

Represents the context for editing the footer in a document.

C#
public HeaderFooterEditingContext FooterContext { get; }

Represents the context for editing headers within the document.

C#
public HeaderFooterEditingContext HeaderContext { get; }

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

C#
public EditingContextTypes Type { get; }

Methods

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged