Class NumberTabContextBase
Represents base for the number tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class NumberTabContextBase : FormatCellsTabContextBase, INumberTabContext, IFormatCellsTabContext
Constructors
NumberTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the NumberTabContextBase class.
Declaration
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Properties
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ICellValue
The cell value. |
Implements
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
The cell value format. |
Implements
FormatStringToLoad
Gets or sets the format string to load.
Declaration
public string FormatStringToLoad { get; set; }
Property Value
System.String
The format string to load. |