Class NumberTabContent
Represents the content of the number tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class NumberTabContent : FormatCellsTabContentBase<INumberTabContext>, IFormatCellsTabContent<INumberTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Constructors
NumberTabContent()
Properties
Categories
Gets or sets the categories.
Declaration
public FormatStringCategory[] Categories { get; set; }
Property Value
Format The categories. |
CategoryContent
Gets or sets the content of the category.
Declaration
public CategoryContentBase CategoryContent { get; set; }
Property Value
Category The content of the category. |
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
ICell The cell value. |
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
Cell The cell value format. |
SelectedCategory
Gets or sets the selected category.
Declaration
public FormatStringCategory? SelectedCategory { get; set; }
Property Value
System. The selected category. |
Methods
CopyPropertiesFromContext(INumberTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(INumberTabContext context)
Parameters
INumber The context. |
Overrides
CopyPropertiesToContext(INumberTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(INumberTabContext context)
Parameters
INumber The context. |
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|
OnWindowClosed()
Called when the window is closed.
Declaration
public override void OnWindowClosed()
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|