ClassAlignmentTabContext
Class
Represents context for the alignment tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class AlignmentTabContext : AlignmentTabContextBase, IAlignmentTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseAlignmentTabContextBaseAlignmentTabContext
Implements:
Inherited Members
Constructors
AlignmentTabContext(RadSpreadsheet)
Initializes a new instance of the AlignmentTabContext class.
Declaration
cs-api-definition
public AlignmentTabContext(RadSpreadsheet radSpreadsheet)
Parameters
radSpreadsheet
The RAD spreadsheet.
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