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

Represents base for the number tab context classes.

Definition

Constructors

Initializes a new instance of the NumberTabContextBase class.

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

The RadSpreadsheet.

cellStyleCellStyle

The cell style.

Initializes a new instance of the NumberTabContextBase class.

C#
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

differentialFormattingDifferentialFormatting

The differential formatting for the condittional formatting.

Properties

CellValue

ICellValue

Gets or sets the cell value.

C#
public ICellValue CellValue { get; set; }
Property Value:

The cell value.

Implements: INumberTabContext.CellValue

CellValueFormat

CellValueFormat

Gets or sets the cell value format.

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

The cell value format.

Implements: INumberTabContext.CellValueFormat

Gets or sets the format string to load.

C#
public string FormatStringToLoad { get; set; }
Property Value:

The format string to load.