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

Represents the HeaderFooter tab view model.

Definition

Properties

Gets or sets whether headers and footers should align with page margins.

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

Value indicating whether headers and footers should align with page margins.

Gets or sets whether headers and footers are the same on all pages.

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

Value indicating whether headers and footers are the same on all pages.

Gets or sets the create custom footer command.

C#
public ICommand CreateCustomFooterCommand { get; set; }
Property Value:

The create custom footer command.

Gets or sets the create custom header command.

C#
public ICommand CreateCustomHeaderCommand { get; set; }
Property Value:

The create custom header command.

Gets or sets whether the first page should be different.

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

Value indicating whether the first page should be different.

Gets or sets whether odd and even pages should be different.

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

Value indicating whether odd and even pages should be different.

Gets the footer templates.

C#
public ObservableCollection<HeaderFooterTemplate> FooterTemplates { get; }
Property Value:

The footer templates.

Gets the header templates.

C#
public ObservableCollection<HeaderFooterTemplate> HeaderTemplates { get; }
Property Value:

The header templates.

Gets or sets whether headers and footers should scale with document.

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

Value indicating whether headers and footers should scale with document.

Gets or sets the selected footer template.

C#
public HeaderFooterTemplate SelectedFooterTemplate { get; set; }
Property Value:

The selected footer template.

Gets or sets the selected header template.

C#
public HeaderFooterTemplate SelectedHeaderTemplate { get; set; }
Property Value:

The selected header template.

Gets the tab header.

C#
public override string TabHeader { get; }
Property Value:

The tab header.

Overrides: PageSetupTabViewModelBase.TabHeader

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesFromContext()

Copies the properties to context.

C#
public override void CopyPropertiesToContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesToContext()