Class
FontTabContext

Represents context for the font tab of the FormatCellsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FontTabContext : FontTabContextBase, IFontTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseFontTabContextBaseFontTabContext

Implements: IFontTabContextIFormatCellsTabContext

Inherited Members FontTabContextBase.FontSizeFontTabContextBase.FontFamilyFontTabContextBase.IsBoldFontTabContextBase.IsItalicFontTabContextBase.UnderlineFontTabContextBase.ForeColorFormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

FontTabContext(RadSpreadsheet)

Initializes a new instance of the FontTabContext class.

Declaration

cs-api-definition
public FontTabContext(RadSpreadsheet radSpreadsheet)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

Methods

ApplyChangesFromContextOverride()

Applies the changes from context override.

Declaration

cs-api-definition
protected override void ApplyChangesFromContextOverride()

Overrides FormatCellsTabContextBase.ApplyChangesFromContextOverride()

InitContextOverride()

Initializes the context override.

Declaration

cs-api-definition
protected override void InitContextOverride()

Overrides FormatCellsTabContextBase.InitContextOverride()