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

Defines members for the border tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public interface IBorderTabContext : IFormatCellsTabContext

Derived Classes: BorderTabContextBorderTabContextBaseBorderTabContextForStyle

Inherited Members IFormatCellsTabContext.ApplyChangesFromContext()IFormatCellsTabContext.RadSpreadsheetIFormatCellsTabContext.Visibility

Properties

CellBorders

CellBorders

Gets or sets the cell borders.

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

The cell borders.

CurrentBorder

CellBorder

Gets the current border.

C#
CellBorder CurrentBorder { get; }
Property Value:

The current border.

Gets the selected columns count.

C#
int SelectedColumnsCount { get; }
Property Value:

The selected columns count.

Gets the selected rows count.

C#
int SelectedRowsCount { get; }
Property Value:

The selected rows count.