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
FormatStringCategory[]
The categories. |
CategoryContent
Gets or sets the content of the category.
Declaration
public CategoryContentBase CategoryContent { get; set; }
Property Value
CategoryContentBase
The content of the category. |
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
ICellValue
The cell value. |
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
CellValueFormat
The cell value format. |
SelectedCategory
Gets or sets the selected category.
Declaration
public FormatStringCategory? SelectedCategory { get; set; }
Property Value
System.Nullable<FormatStringCategory>
The selected category. |
Methods
CopyPropertiesFromContext(INumberTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(INumberTabContext context)
Parameters
INumberTabContext
context
The context. |
Overrides
CopyPropertiesToContext(INumberTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(INumberTabContext context)
Parameters
INumberTabContext
context
The context. |
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
OnWindowClosed()
Called when the window is closed.
Declaration
public override void OnWindowClosed()
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|