ClassNumberTabContextBase
Represents base for the number tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class NumberTabContextBase : FormatCellsTabContextBase, INumberTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseNumberTabContextBase
Derived Classes:
Implements:
Inherited Members
Constructors
NumberTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the NumberTabContextBase class.
Declaration
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
cellStyle
CellStyle
The cell style.
NumberTabContextBase(RadSpreadsheet, DifferentialFormatting)
Initializes a new instance of the NumberTabContextBase class.
Declaration
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)
Parameters
radSpreadsheet
The RadSpreadsheet.
differentialFormatting
DifferentialFormatting
The differential formatting for the condittional formatting.
Properties
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
ICellValue
The cell value.
Implements
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
CellValueFormat
The cell value format.
Implements
FormatStringToLoad
Gets or sets the format string to load.
Declaration
public string FormatStringToLoad { get; set; }
Property Value
The format string to load.