Class
BorderTabContextBase

Represents base for the border tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class BorderTabContextBase : FormatCellsTabContextBase, IBorderTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseBorderTabContextBase

Derived Classes: BorderTabContextBorderTabContextForStyle

Implements: IBorderTabContextIFormatCellsTabContext

Inherited Members FormatCellsTabContextBase.InitContextOverride()FormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.ApplyChangesFromContextOverride()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

BorderTabContextBase(RadSpreadsheet)

Initializes a new instance of the BorderTabContextBase class.

Declaration

cs-api-definition
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

BorderTabContextBase(RadSpreadsheet, CellStyle)

Initializes a new instance of the BorderTabContextBase class.

Declaration

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

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

BorderTabContextBase(RadSpreadsheet, DifferentialFormatting)

Initializes a new instance of the BorderTabContextBase class.

Declaration

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

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

differentialFormatting

DifferentialFormatting

The differential formatting for the condittional formatting.

Properties

CellBorders

Gets or sets the cell borders.

Declaration

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

Property Value

CellBorders

The cell borders.

Implements IBorderTabContext.CellBorders

CurrentBorder

Gets the current border.

Declaration

cs-api-definition
public CellBorder CurrentBorder { get; protected set; }

Property Value

CellBorder

The current border.

Implements IBorderTabContext.CurrentBorder

SelectedColumnsCount

Gets the selected columns count.

Declaration

cs-api-definition
public int SelectedColumnsCount { get; protected set; }

Property Value

int

The selected columns count.

Implements IBorderTabContext.SelectedColumnsCount

SelectedRowsCount

Gets the selected rows count.

Declaration

cs-api-definition
public int SelectedRowsCount { get; protected set; }

Property Value

int

The selected rows count.

Implements IBorderTabContext.SelectedRowsCount

Methods

GetCurrentBorder()

Gets the current border.

Declaration

cs-api-definition
protected CellBorder GetCurrentBorder()

Returns

CellBorder

The current border.