ClassHeaderFooterDialogContext
Represents the HeaderFooter dialog context.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HeaderFooterDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextHeaderFooterDialogContext
Inherited Members
Constructors
HeaderFooterDialogContext(RadSpreadsheet, Sheet, HeaderFooterTemplate, Action)
Initializes a new instance of the HeaderFooterDialogContext class.
Declaration
public HeaderFooterDialogContext(RadSpreadsheet radSpreadsheet, Sheet sheetContext, HeaderFooterTemplate template, Action updateTemplatesOnClose)
Parameters
radSpreadsheet
The RadSpreadsheet.
sheetContext
Sheet
The sheet context.
template
The template.
updateTemplatesOnClose
The action that updates the templates collection on close.
Properties
DefaultContentContext
Gets the default content context.
Declaration
public HeaderFooterDialogTabContext DefaultContentContext { get; }
Property Value
The default content context.
DialogHeader
Gets or sets the dialog header.
Declaration
public string DialogHeader { get; set; }
Property Value
The dialog header.
EvenPageContentContext
Gets the even page content context.
Declaration
public HeaderFooterDialogTabContext EvenPageContentContext { get; }
Property Value
The even page content context.
FirstPageContentContext
Gets the first page content context.
Declaration
public HeaderFooterDialogTabContext FirstPageContentContext { get; }
Property Value
The first page content context.