New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the number tab of the FormatCellsDialog.

Definition

Constructors

Initializes a new instance of the NumberTabContent class.

C#
public NumberTabContent()

Fields

CategoriesProperty

DependencyProperty

Categories dependency property.

C#
public static readonly DependencyProperty CategoriesProperty

CategoryContentProperty

DependencyProperty

Category content dependency property.

C#
public static readonly DependencyProperty CategoryContentProperty

CellValueFormatProperty

DependencyProperty

Cell value format dependency property.

C#
public static readonly DependencyProperty CellValueFormatProperty

CellValueProperty

DependencyProperty

Cell value dependency property.

C#
public static readonly DependencyProperty CellValueProperty

SelectedCategoryProperty

DependencyProperty

Selected category dependency property.

C#
public static readonly DependencyProperty SelectedCategoryProperty

Properties

Categories

FormatStringCategory[]

Gets or sets the categories.

C#
public FormatStringCategory[] Categories { get; set; }
Property Value:

The categories.

Gets or sets the content of the category.

C#
public Control CategoryContent { get; set; }
Property Value:

The content of the category.

CellValue

ICellValue

Gets or sets the cell value.

C#
public ICellValue CellValue { get; set; }
Property Value:

The cell value.

CellValueFormat

CellValueFormat

Gets or sets the cell value format.

C#
public CellValueFormat CellValueFormat { get; set; }
Property Value:

The cell value format.

SelectedCategory

FormatStringCategory?

Gets or sets the selected category.

C#
public FormatStringCategory? SelectedCategory { get; set; }
Property Value:

The selected category.

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext(INumberTabContext context)
Parameters:contextINumberTabContext

The context.

Overrides: FormatCellsTabContentBase<INumberTabContext>.CopyPropertiesFromContext(INumberTabContext)

Copies the properties to context.

C#
public override void CopyPropertiesToContext(INumberTabContext context)
Parameters:contextINumberTabContext

The context.

Overrides: FormatCellsTabContentBase<INumberTabContext>.CopyPropertiesToContext(INumberTabContext)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Called when the window is closed.

C#
public override void OnWindowClosed()

Overrides: FormatCellsTabContentBase<INumberTabContext>.OnWindowClosed()