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, DifferentialFormatting)
Initializes a new instance of the Format
Declaration
protected FormatCellsTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
Parameters
Rad The RadSpreadsheet. |
Telerik. The differential formatting for the condittional formatting. |
FormatCellsTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the Format
Declaration
protected FormatCellsTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
Rad The RadSpreadsheet. |
Telerik. The cell style. |
Properties
CellStyle
Gets the cell style.
Declaration
public CellStyle CellStyle { get; }
Property Value
Telerik. The cell style. |
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
public RadSpreadsheet RadSpreadsheet { get; }
Property Value
Rad The RadSpreadsheet. |
Implements
Visibility
Gets or sets the visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
System. The visibility. |
Implements
WorksheetEditor
Gets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; }
Property Value
Rad 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()