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

Represents the HeaderFooter dialog context.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class HeaderFooterDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextHeaderFooterDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the HeaderFooterDialogContext class.

C#
public HeaderFooterDialogContext(RadSpreadsheet radSpreadsheet, Sheet sheetContext, HeaderFooterTemplate template, Action updateTemplatesOnClose)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

sheetContextSheet

The sheet context.

templateHeaderFooterTemplate

The template.

updateTemplatesOnCloseAction

The action that updates the templates collection on close.

Properties

Gets the default content context.

C#
public HeaderFooterDialogTabContext DefaultContentContext { get; }
Property Value:

The default content context.

Gets or sets the dialog header.

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

The dialog header.

Gets the even page content context.

C#
public HeaderFooterDialogTabContext EvenPageContentContext { get; }
Property Value:

The even page content context.

Gets the first page content context.

C#
public HeaderFooterDialogTabContext FirstPageContentContext { get; }
Property Value:

The first page content context.