Class NumberTabContent
Represents the content of the number tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NumberTabContent : FormatCellsTabContentBase<INumberTabContext>, IFormatCellsTabContent<INumberTabContext>, IFormatCellsTabContent
Constructors
NumberTabContent()
Fields
CategoriesProperty
Categories dependency property.
Declaration
public static readonly DependencyProperty CategoriesProperty
Field Value
System.Windows.DependencyProperty
|
CategoryContentProperty
Category content dependency property.
Declaration
public static readonly DependencyProperty CategoryContentProperty
Field Value
System.Windows.DependencyProperty
|
CellValueFormatProperty
Cell value format dependency property.
Declaration
public static readonly DependencyProperty CellValueFormatProperty
Field Value
System.Windows.DependencyProperty
|
CellValueProperty
Cell value dependency property.
Declaration
public static readonly DependencyProperty CellValueProperty
Field Value
System.Windows.DependencyProperty
|
SelectedCategoryProperty
Selected category dependency property.
Declaration
public static readonly DependencyProperty SelectedCategoryProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Categories
Gets or sets the categories.
Declaration
public FormatStringCategory[] Categories { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.FormatStringCategory[]
The categories. |
CategoryContent
Gets or sets the content of the category.
Declaration
public Control CategoryContent { get; set; }
Property Value
System.Windows.Controls.Control
The content of the category. |
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ICellValue
The cell value. |
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. |
SelectedCategory
Gets or sets the selected category.
Declaration
public Nullable<FormatStringCategory> SelectedCategory { get; set; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.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
OnWindowClosed()
Called when the window is closed.
Declaration
public override void OnWindowClosed()