ClassEditingContext
Class
Definition
Namespace:Telerik.WinForms.Documents.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class EditingContext : INotifyPropertyChanged
Inheritance: objectEditingContext
Implements:
Properties
FooterContext
Declaration
cs-api-definition
public HeaderFooterEditingContext FooterContext { get; }
Property Value
HeaderContext
Declaration
cs-api-definition
public HeaderFooterEditingContext HeaderContext { get; }
Property Value
Type
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