Class FormatCellsTabContextBase
Represents base for the format tab context classes.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class FormatCellsTabContextBase : IFormatCellsTabContext
Constructors
FormatCellsTabContextBase(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the FormatCellsTabContextBase class.
Declaration
protected FormatCellsTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheet. |
CellStyle
cellStyle
The cell style. |
Properties
CellStyle
Gets the cell style.
Declaration
public CellStyle CellStyle { get; }
Property Value
CellStyle
The cell style. |
RadSpreadsheetElement
Gets the RadSpreadsheet.
Declaration
public RadSpreadsheetElement RadSpreadsheetElement { get; }
Property Value
RadSpreadsheetElement
The RadSpreadsheet. |
Implements
Visibility
Gets or sets the visibility.
Declaration
public ElementVisibility Visibility { get; set; }
Property Value
ElementVisibility
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()