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