Class
FormatCellsTabContextBase

Represents base for the format tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class FormatCellsTabContextBase : IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBase

Derived Classes: AlignmentTabContextBaseBorderTabContextBaseFillTabContextBaseFontTabContextBaseNumberTabContextBaseProtectionTabContextBase

Implements: IFormatCellsTabContext

Constructors

FormatCellsTabContextBase(RadSpreadsheet, CellStyle)

Initializes a new instance of the FormatCellsTabContextBase class.

Declaration

cs-api-definition
protected FormatCellsTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

FormatCellsTabContextBase(RadSpreadsheet, DifferentialFormatting)

Initializes a new instance of the FormatCellsTabContextBase class.

Declaration

cs-api-definition
protected FormatCellsTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

differentialFormatting

DifferentialFormatting

The differential formatting for the condittional formatting.

Properties

CellStyle

Gets the cell style.

Declaration

cs-api-definition
public CellStyle CellStyle { get; }

Property Value

CellStyle

The cell style.

RadSpreadsheet

Gets the RadSpreadsheet.

Declaration

cs-api-definition
public RadSpreadsheet RadSpreadsheet { get; }

Property Value

RadSpreadsheet

The RadSpreadsheet.

Implements IFormatCellsTabContext.RadSpreadsheet

Visibility

Gets or sets the visibility.

Declaration

cs-api-definition
public Visibility Visibility { get; set; }

Property Value

Visibility

The visibility.

Implements IFormatCellsTabContext.Visibility

WorksheetEditor

Gets the worksheet editor.

Declaration

cs-api-definition
public RadWorksheetEditor WorksheetEditor { get; }

Property Value

RadWorksheetEditor

The worksheet editor.

Methods

ApplyChangesFromContext()

Applies the changes from context.

Declaration

cs-api-definition
public void ApplyChangesFromContext()

Implements IFormatCellsTabContext.ApplyChangesFromContext()

ApplyChangesFromContextOverride()

Applies the changes from context override.

Declaration

cs-api-definition
protected abstract void ApplyChangesFromContextOverride()

InitContextOverride()

Initializes the context override.

Declaration

cs-api-definition
protected abstract void InitContextOverride()

OnPropertyChanged()

Called when a property is changed.

Declaration

cs-api-definition
protected void OnPropertyChanged()

ResumePropertyChangeNotification()

Resumes the property change notification.

Declaration

cs-api-definition
protected void ResumePropertyChangeNotification()

SuspendPropertyChangeNotification()

Suspends the property change notification.

Declaration

cs-api-definition
protected void SuspendPropertyChangeNotification()