EditingContext
Class
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:
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
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: