Class
HeaderFooterDialogContext

Represents the HeaderFooter dialog context.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class HeaderFooterDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextHeaderFooterDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

HeaderFooterDialogContext(RadSpreadsheet, Sheet, HeaderFooterTemplate, Action)

Initializes a new instance of the HeaderFooterDialogContext class.

Declaration

cs-api-definition
public HeaderFooterDialogContext(RadSpreadsheet radSpreadsheet, Sheet sheetContext, HeaderFooterTemplate template, Action updateTemplatesOnClose)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

sheetContext

Sheet

The sheet context.

template

HeaderFooterTemplate

The template.

updateTemplatesOnClose

Action

The action that updates the templates collection on close.

Properties

DefaultContentContext

Gets the default content context.

Declaration

cs-api-definition
public HeaderFooterDialogTabContext DefaultContentContext { get; }

Property Value

HeaderFooterDialogTabContext

The default content context.

DialogHeader

Gets or sets the dialog header.

Declaration

cs-api-definition
public string DialogHeader { get; set; }

Property Value

string

The dialog header.

EvenPageContentContext

Gets the even page content context.

Declaration

cs-api-definition
public HeaderFooterDialogTabContext EvenPageContentContext { get; }

Property Value

HeaderFooterDialogTabContext

The even page content context.

FirstPageContentContext

Gets the first page content context.

Declaration

cs-api-definition
public HeaderFooterDialogTabContext FirstPageContentContext { get; }

Property Value

HeaderFooterDialogTabContext

The first page content context.