Class
EditingContext

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class EditingContext : INotifyPropertyChanged

Inheritance: objectEditingContext

Implements: INotifyPropertyChanged

Properties

FooterContext

Declaration

cs-api-definition
public HeaderFooterEditingContext FooterContext { get; }

Property Value

HeaderFooterEditingContext

HeaderContext

Declaration

cs-api-definition
public HeaderFooterEditingContext HeaderContext { get; }

Property Value

HeaderFooterEditingContext

Type

Declaration

cs-api-definition
public EditingContextTypes Type { get; }

Property Value

EditingContextTypes

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged