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
Constructors
Initializes a new instance of the HeaderFooterDialogContext class.
C#
public HeaderFooterDialogContext(RadSpreadsheet radSpreadsheet, Sheet sheetContext, HeaderFooterTemplate template, Action updateTemplatesOnClose)
The RadSpreadsheet.
sheetContextSheetThe sheet context.
templateHeaderFooterTemplateThe template.
updateTemplatesOnCloseActionThe action that updates the templates collection on close.
Properties
Gets the default content context.
C#
public HeaderFooterDialogTabContext DefaultContentContext { get; }
The default content context.
Gets or sets the dialog header.
C#
public string DialogHeader { get; set; }
The dialog header.
Gets the even page content context.
C#
public HeaderFooterDialogTabContext EvenPageContentContext { get; }
The even page content context.
Gets the first page content context.
C#
public HeaderFooterDialogTabContext FirstPageContentContext { get; }
The first page content context.