ClassEditingContext
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:
cs-api-definition
public class EditingContext : INotifyPropertyChanged
Inheritance: objectEditingContext
Implements:
Properties
FooterContext
Represents the context for editing the footer in a document.
Declaration
cs-api-definition
public HeaderFooterEditingContext FooterContext { get; }
Property Value
HeaderContext
Represents the context for editing headers within the document.
Declaration
cs-api-definition
public HeaderFooterEditingContext HeaderContext { get; }
Property Value
Type
Represents the editing context type in the Telerik Windows Documents framework.
Declaration
cs-api-definition
public EditingContextTypes Type { get; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements