Class
NumberTabContextBase

Represents base for the number tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class NumberTabContextBase : FormatCellsTabContextBase, INumberTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseNumberTabContextBase

Derived Classes: NumberTabContextNumberTabContextForStyle

Implements: IFormatCellsTabContextINumberTabContext

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

Constructors

NumberTabContextBase(RadSpreadsheet, CellStyle)

Initializes a new instance of the NumberTabContextBase class.

Declaration

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

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

NumberTabContextBase(RadSpreadsheet, DifferentialFormatting)

Initializes a new instance of the NumberTabContextBase class.

Declaration

cs-api-definition
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

differentialFormatting

DifferentialFormatting

The differential formatting for the condittional formatting.

Properties

CellValue

Gets or sets the cell value.

Declaration

cs-api-definition
public ICellValue CellValue { get; set; }

Property Value

ICellValue

The cell value.

Implements INumberTabContext.CellValue

CellValueFormat

Gets or sets the cell value format.

Declaration

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

Property Value

CellValueFormat

The cell value format.

Implements INumberTabContext.CellValueFormat

FormatStringToLoad

Gets or sets the format string to load.

Declaration

cs-api-definition
public string FormatStringToLoad { get; set; }

Property Value

string

The format string to load.