Represents the overlay mode for editing header and footer in RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HeaderFooterEditModeOverlay : Control
Inheritance: objectHeaderFooterEditModeOverlay
Constructors
public HeaderFooterEditModeOverlay()
Fields
FooterTextProperty
DependencyProperty
public static readonly DependencyProperty FooterTextProperty
HeaderTextProperty
DependencyProperty
public static readonly DependencyProperty HeaderTextProperty
IsFooterLinkedToPreviousProperty
DependencyProperty
public static readonly DependencyProperty IsFooterLinkedToPreviousProperty
IsHeaderLinkedToPreviousProperty
DependencyProperty
public static readonly DependencyProperty IsHeaderLinkedToPreviousProperty
SectionNumberProperty
DependencyProperty
public static readonly DependencyProperty SectionNumberProperty
Properties
Gets or sets the footer text for the HeaderFooterEditModeOverlay.
public string FooterText { get; set; }
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.
public string HeaderText { get; set; }
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.
public bool IsFooterLinkedToPrevious { get; set; }
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.
public bool IsHeaderLinkedToPrevious { get; set; }
Represents the section number in the Header/Footer Edit Mode Overlay.
public int SectionNumber { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.