ClassFontTabContextForStyle
Class
Represents context for style 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 FontTabContextForStyle : FontTabContextBase, IFontTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseFontTabContextBaseFontTabContextForStyle
Implements:
Inherited Members
Constructors
FontTabContextForStyle(RadSpreadsheet, CellStyle)
Initializes a new instance of the FontTabContextForStyle class.
Declaration
cs-api-definition
public FontTabContextForStyle(RadSpreadsheet radSpreadsheet, CellStyle cellStyle)
Parameters
radSpreadsheet
The RadSpreadsheet.
cellStyle
CellStyle
The cell style.
Methods
ApplyChangesFromContextOverride()
Applies the changes from context override.
Declaration
cs-api-definition
protected override void ApplyChangesFromContextOverride()
Overrides
InitContextOverride()
Initializes the context override.
Declaration
cs-api-definition
protected override void InitContextOverride()
Overrides