ClassFooterPresenter
Class
Represents a presenter for the footer in a Telerik document.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FooterPresenter : HeaderFooterPresenterBase
Inheritance: objectHeaderFooterPresenterBaseFooterPresenter
Inherited Members
Constructors
FooterPresenter()
Declaration
cs-api-definition
public FooterPresenter()
FooterPresenter(DocumentPagePresenter)
Declaration
cs-api-definition
public FooterPresenter(DocumentPagePresenter owner)
Parameters
owner
Properties
DocumentEditorType
Represents the type of document editor used by the FooterPresenter in Telerik's UI framework.
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()
Calculates and retrieves the user interface height for the footer presenter.
Declaration
cs-api-definition
public override double GetUIHeight()
Returns
The height of the footer presenter as a double value.
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