Represents the HeaderFooter dialog tab context.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class HeaderFooterDialogTabContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextHeaderFooterDialogTabContext
Inherited Members
Constructors
Initializes a new instance of the HeaderFooterDialogTabContext class.
C#
public HeaderFooterDialogTabContext(RadSpreadsheet radSpreadsheet, HeaderFooterContent headerFooterContent, Sheet sheetContext)
The RadSpreadsheet.
headerFooterContentHeaderFooterContentContent of the header footer.
sheetContextSheetThe sheet context.
Properties
Content
HeaderFooterContent
Gets the content.
C#
public HeaderFooterContent Content { get; }
The content.
Gets or sets value indicating whether the tab is visible.
C#
public bool IsVisible { get; set; }
Value indicating whether the tab is visible.
SheetContext
Sheet
Gets the sheet context.
C#
public Sheet SheetContext { get; }
The sheet context.