New to Telerik UI for WPFStart a free 30-day trial

Represents base for the border tab context classes.

Definition

Constructors

Initializes a new instance of the BorderTabContextBase class.

C#
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

cellStyleCellStyle

The cell style.

Initializes a new instance of the BorderTabContextBase class.

C#
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

differentialFormattingDifferentialFormatting

The differential formatting for the condittional formatting.

Initializes a new instance of the BorderTabContextBase class.

C#
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

Properties

CellBorders

CellBorders

Gets or sets the cell borders.

C#
public CellBorders CellBorders { get; set; }
Property Value:

The cell borders.

Implements: IBorderTabContext.CellBorders

CurrentBorder

CellBorder

Gets the current border.

C#
public CellBorder CurrentBorder { get; protected set; }
Property Value:

The current border.

Implements: IBorderTabContext.CurrentBorder

Gets the selected columns count.

C#
public int SelectedColumnsCount { get; protected set; }
Property Value:

The selected columns count.

Implements: IBorderTabContext.SelectedColumnsCount

Gets the selected rows count.

C#
public int SelectedRowsCount { get; protected set; }
Property Value:

The selected rows count.

Implements: IBorderTabContext.SelectedRowsCount

Methods

Gets the current border.

C#
protected CellBorder GetCurrentBorder()
Returns:

CellBorder

The current border.