ClassHeaderFooterEditingContext
Class
Represents the context for editing headers and footers in a document.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.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
currentHeaderFooterType
Properties
CurrentHeaderFooterType
Gets the current type of the header or footer being edited.
Declaration
cs-api-definition
public HeaderFooterType CurrentHeaderFooterType { get; }
Property Value
CurrentSection
Gets the current section of the HeaderFooterEditingContext.