ClassNumberTabContent
Represents the content of the number tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class NumberTabContent : FormatCellsTabContentBase<INumberTabContext>, IFormatCellsTabContent<INumberTabContext>, IFormatCellsTabContent
Inheritance: objectControlBaseFormatCellsTabContentBase<INumberTabContext>NumberTabContent
Implements:
Inherited Members
Constructors
NumberTabContent()
Initializes a new instance of the NumberTabContent class.
Declaration
public NumberTabContent()
Fields
CategoriesProperty
Categories dependency property.
Declaration
public static readonly DependencyProperty CategoriesProperty
Field Value
DependencyProperty
CategoryContentProperty
Category content dependency property.
Declaration
public static readonly DependencyProperty CategoryContentProperty
Field Value
DependencyProperty
CellValueFormatProperty
Cell value format dependency property.
Declaration
public static readonly DependencyProperty CellValueFormatProperty
Field Value
DependencyProperty
CellValueProperty
Cell value dependency property.
Declaration
public static readonly DependencyProperty CellValueProperty
Field Value
DependencyProperty
SelectedCategoryProperty
Selected category dependency property.
Declaration
public static readonly DependencyProperty SelectedCategoryProperty
Field Value
DependencyProperty
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 Control CategoryContent { get; set; }
Property Value
Control
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
FormatStringCategory?
The selected category.
Methods
CopyPropertiesFromContext(INumberTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(INumberTabContext context)
Parameters
context
The context.
Overrides
CopyPropertiesToContext(INumberTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(INumberTabContext context)
Parameters
context
The context.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnWindowClosed()
Called when the window is closed.
Declaration
public override void OnWindowClosed()
Overrides