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

Represents the overlay mode for editing header and footer in RadRichTextBox.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class HeaderFooterEditModeOverlay : Control

Inheritance: objectHeaderFooterEditModeOverlay

Constructors

C#
public HeaderFooterEditModeOverlay()

Fields

FooterTextProperty

DependencyProperty

C#
public static readonly DependencyProperty FooterTextProperty

HeaderTextProperty

DependencyProperty

C#
public static readonly DependencyProperty HeaderTextProperty
C#
public static readonly DependencyProperty IsFooterLinkedToPreviousProperty
C#
public static readonly DependencyProperty IsHeaderLinkedToPreviousProperty

SectionNumberProperty

DependencyProperty

C#
public static readonly DependencyProperty SectionNumberProperty

Properties

Gets or sets the footer text for the HeaderFooterEditModeOverlay.

C#
public string FooterText { get; set; }
Property Value:

A string representing the footer text displayed in the overlay.

Gets or sets the text displayed in the header of the footer edit mode overlay.

C#
public string HeaderText { get; set; }
Property Value:

A string that represents the header text. Returns an empty string if not set.

Gets or sets a value indicating whether the footer is linked to the previous footer in the document.

C#
public bool IsFooterLinkedToPrevious { get; set; }
Property Value:

A boolean value that specifies if the footer is linked to the previous footer. Returns true if the footer is linked; otherwise, false.

Gets a value indicating whether the header is linked to the previous header in the document.

C#
public bool IsHeaderLinkedToPrevious { get; set; }

Represents the section number in the Header/Footer Edit Mode Overlay.

C#
public int SectionNumber { get; set; }

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.