New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the HeaderFooterDialogTabContext class.

C#
public HeaderFooterDialogTabContext(RadSpreadsheet radSpreadsheet, HeaderFooterContent headerFooterContent, Sheet sheetContext)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

headerFooterContentHeaderFooterContent

Content of the header footer.

sheetContextSheet

The sheet context.

Properties

Content

HeaderFooterContent

Gets the content.

C#
public HeaderFooterContent Content { get; }
Property Value:

The content.

Gets or sets value indicating whether the tab is visible.

C#
public bool IsVisible { get; set; }
Property Value:

Value indicating whether the tab is visible.

Gets the sheet context.

C#
public Sheet SheetContext { get; }
Property Value:

The sheet context.

Gets or sets the tab header.

C#
public string TabHeader { get; set; }
Property Value:

The tab header.