Class EditingContext
Represents the editing context for a document in the Telerik UI framework, providing access to editing operations and document management features.
Inheritance
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class EditingContext : Object, INotifyPropertyChanged
Properties
FooterContext
HeaderContext
Represents the context for editing headers within the document.
Declaration
public HeaderFooterEditingContext HeaderContext { get; }
Property Value
HeaderFooterEditingContext
|
Type
Represents the editing context type in the Telerik Windows Documents framework.
Declaration
public EditingContextTypes Type { get; }
Property Value
EditingContextTypes
|
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|