ClassHeaderPresenter
Class
Represents a control that presents the header in a document layout.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class HeaderPresenter : HeaderFooterPresenterBase
Inheritance: objectHeaderFooterPresenterBaseHeaderPresenter
Inherited Members
Constructors
HeaderPresenter()
Declaration
cs-api-definition
public HeaderPresenter()
HeaderPresenter(DocumentPagePresenter)
Declaration
cs-api-definition
public HeaderPresenter(DocumentPagePresenter owner)
Parameters
owner
Properties
DocumentEditorType
Represents the type of the document editor used in the header presenter.
Declaration
cs-api-definition
public override DocumentEditorType DocumentEditorType { get; }
Property Value
Overrides
Methods
GetBody()
Declaration
cs-api-definition
protected override RadDocument GetBody()
Returns
Overrides
GetUIHeight()
Retrieves the height of the UI element associated with the HeaderPresenter.
Declaration
cs-api-definition
public override double GetUIHeight()
Returns
A double representing the height of the UI element in pixels.
Overrides
UpdateBodyMargin()
Declaration
cs-api-definition
protected override void UpdateBodyMargin()
Overrides
UpdateOwnerEditingContext(HeaderFooterEditingContext)
Declaration
cs-api-definition
protected override void UpdateOwnerEditingContext(HeaderFooterEditingContext context)
Parameters
context
Overrides
UpdateOwnerUIContext()
Declaration
cs-api-definition
protected override void UpdateOwnerUIContext()
Overrides
UpdateSource()
Declaration
cs-api-definition
protected override void UpdateSource()
Overrides