New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:currentSectionSectioncurrentHeaderFooterTypeHeaderFooterType

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; }