Represents context for style for the alignment tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class AlignmentTabContextForStyle : AlignmentTabContextBase, IAlignmentTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseAlignmentTabContextBaseAlignmentTabContextForStyle
Implements:
Inherited Members
Constructors
Initializes a new instance of the AlignmentTabContextForStyle class.
C#
public AlignmentTabContextForStyle(RadSpreadsheet radSpreadsheet, CellStyle cellStyle)
The RadSpreadsheet.
cellStyleCellStyleThe cell style.
Methods
Applies the changes from context override.
C#
protected override void ApplyChangesFromContextOverride()
Overrides:
Initializes the context override.
C#
protected override void InitContextOverride()
Overrides: