Class AlignmentTabContextForStyle
Represents context for style for the alignment tab of the FormatCellsDialog.
Inheritance
System.Object
AlignmentTabContextForStyle
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class AlignmentTabContextForStyle : AlignmentTabContextBase, IAlignmentTabContext, IFormatCellsTabContext
Constructors
AlignmentTabContextForStyle(RadSpreadsheet, CellStyle)
Initializes a new instance of the AlignmentTabContextForStyle class.
Declaration
public AlignmentTabContextForStyle(RadSpreadsheet radSpreadsheet, CellStyle cellStyle)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Methods
ApplyChangesFromContextOverride()
Applies the changes from context override.
Declaration
protected override void ApplyChangesFromContextOverride()
Overrides
InitContextOverride()
Initializes the context override.
Declaration
protected override void InitContextOverride()