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

Represents base for the category content classes.

Definition

Constructors

C#
protected CategoryContentBase()

Fields

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

The default culture.

C#
protected static readonly CultureInfo DefaultCulture

SampleValueProperty

DependencyProperty

Sample value dependency property.

C#
public static readonly DependencyProperty SampleValueProperty

Properties

Category

FormatStringCategory

Gets the category.

C#
public abstract FormatStringCategory Category { get; }
Property Value:

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.

Gets the info.

C#
public abstract string Info { get; }
Property Value:

The info.

Gets the initial format string.

C#
public virtual string InitialFormatString { get; }
Property Value:

The initial format string.

Gets or sets the sample value.

C#
public string SampleValue { get; set; }
Property Value:

The sample value.

Methods

Called when the category is selected.

C#
public void OnCategorySelected()

Called when the cell format value is changed.

C#
protected virtual void OnCellFormatValueChanged()

Called when the window is closed.

C#
public virtual void OnWindowClosed()

Tries to apply format.

C#
public abstract bool TryApplyFormat(CellValueFormat format)
Parameters:formatCellValueFormat

The format.

Returns:

bool

The value indicating whether the format was successfully applied.