Represents the context for editing headers and footers in a document.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class HeaderFooterEditingContext
Inheritance: objectHeaderFooterEditingContext
Constructors
C#
public HeaderFooterEditingContext(Section currentSection, HeaderFooterType currentHeaderFooterType)
Properties
Gets the current type of the header or footer being edited.
C#
public HeaderFooterType CurrentHeaderFooterType { get; }
Gets the current section of the HeaderFooterEditingContext.
C#
public Section CurrentSection { get; }