Class
HeaderFooterDialogTabContext

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 RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

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

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

bool

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.

TabHeader

Gets or sets the tab header.

Declaration

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

Property Value

string

The tab header.