Class
BorderTabContextForStyle

Represents context for style for the border tab of the FormatCellsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class BorderTabContextForStyle : BorderTabContextBase, IBorderTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseBorderTabContextBaseBorderTabContextForStyle

Implements: IBorderTabContextIFormatCellsTabContext

Inherited Members BorderTabContextBase.GetCurrentBorder()BorderTabContextBase.CellBordersBorderTabContextBase.CurrentBorderBorderTabContextBase.SelectedColumnsCountBorderTabContextBase.SelectedRowsCountFormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

BorderTabContextForStyle(RadSpreadsheet, CellStyle)

Initializes a new instance of the BorderTabContextForStyle class.

Declaration

cs-api-definition
public BorderTabContextForStyle(RadSpreadsheet radSpreadsheet, CellStyle cellStyle)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

Methods

ApplyChangesFromContextOverride()

Applies the changes from context override.

Declaration

cs-api-definition
protected override void ApplyChangesFromContextOverride()

Overrides FormatCellsTabContextBase.ApplyChangesFromContextOverride()

InitContextOverride()

Initializes the context override.

Declaration

cs-api-definition
protected override void InitContextOverride()

Overrides FormatCellsTabContextBase.InitContextOverride()