Class FormatCellsTabContextBase
Represents base for the format tab context classes.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class FormatCellsTabContextBase : Object, IFormatCellsTabContext
Constructors
FormatCellsTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the FormatCellsTabContextBase class.
Declaration
protected FormatCellsTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Properties
CellStyle
Gets the cell style.
Declaration
public CellStyle CellStyle { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
The cell style. |
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
public RadSpreadsheet RadSpreadsheet { get; }
Property Value
RadSpreadsheet
The RadSpreadsheet. |
Implements
Visibility
Gets or sets the visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
The visibility. |
Implements
WorksheetEditor
Gets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; }
Property Value
RadWorksheetEditor
The worksheet editor. |
Methods
ApplyChangesFromContext()
Applies the changes from context.
Declaration
public void ApplyChangesFromContext()
Implements
ApplyChangesFromContextOverride()
Applies the changes from context override.
Declaration
protected abstract void ApplyChangesFromContextOverride()
InitContextOverride()
Initializes the context override.
Declaration
protected abstract void InitContextOverride()
OnPropertyChanged()
Called when a property is changed.
Declaration
protected void OnPropertyChanged()
ResumePropertyChangeNotification()
Resumes the property change notification.
Declaration
protected void ResumePropertyChangeNotification()
SuspendPropertyChangeNotification()
Suspends the property change notification.
Declaration
protected void SuspendPropertyChangeNotification()