Class
HeaderFooterEditingContext

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class HeaderFooterEditingContext

Inheritance: objectHeaderFooterEditingContext

Constructors

HeaderFooterEditingContext(Section, HeaderFooterType)

Declaration

cs-api-definition
public HeaderFooterEditingContext(Section currentSection, HeaderFooterType currentHeaderFooterType)

Parameters

currentSection

Section

currentHeaderFooterType

HeaderFooterType

Properties

CurrentHeaderFooterType

Declaration

cs-api-definition
public HeaderFooterType CurrentHeaderFooterType { get; }

Property Value

HeaderFooterType

CurrentSection

Declaration

cs-api-definition
public Section CurrentSection { get; }

Property Value

Section