NumberTabContent
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
Initializes a new instance of the NumberTabContent class.
public NumberTabContent()
Fields
CategoriesProperty
DependencyProperty
Categories dependency property.
public static readonly DependencyProperty CategoriesProperty
CategoryContentProperty
DependencyProperty
Category content dependency property.
public static readonly DependencyProperty CategoryContentProperty
CellValueFormatProperty
DependencyProperty
Cell value format dependency property.
public static readonly DependencyProperty CellValueFormatProperty
CellValueProperty
DependencyProperty
Cell value dependency property.
public static readonly DependencyProperty CellValueProperty
SelectedCategoryProperty
DependencyProperty
Selected category dependency property.
public static readonly DependencyProperty SelectedCategoryProperty
Properties
Categories
FormatStringCategory[]
Gets or sets the categories.
public FormatStringCategory[] Categories { get; set; }
The categories.
CategoryContent
Control
Gets or sets the content of the category.
public Control CategoryContent { get; set; }
The content of the category.
CellValue
ICellValue
Gets or sets the cell value.
public ICellValue CellValue { get; set; }
The cell value.
CellValueFormat
CellValueFormat
Gets or sets the cell value format.
public CellValueFormat CellValueFormat { get; set; }
The cell value format.
SelectedCategory
FormatStringCategory?
Gets or sets the selected category.
public FormatStringCategory? SelectedCategory { get; set; }
The selected category.
Methods
Copies the properties from context.
public override void CopyPropertiesFromContext(INumberTabContext context)
The context.
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext(INumberTabContext context)
The context.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when the window is closed.
public override void OnWindowClosed()
Overrides: