Class
ValueFormattingTemplateSelector

Gets or sets the ValueFormatting data template selector.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ValueFormattingTemplateSelector : DataTemplateSelector

Inheritance: objectValueFormattingTemplateSelector

Constructors

ValueFormattingTemplateSelector()

Declaration

cs-api-definition
public ValueFormattingTemplateSelector()

Properties

ColorScaleThreeTemplate

Gets or sets the ColorScaleThreeTemplate DataTemplate.

Declaration

cs-api-definition
public DataTemplate ColorScaleThreeTemplate { get; set; }

Property Value

DataTemplate

ColorScaleTwoTemplate

Gets or sets the ColorScaleTwoTemplate DataTemplate.

Declaration

cs-api-definition
public DataTemplate ColorScaleTwoTemplate { get; set; }

Property Value

DataTemplate

DataBarTemplate

Gets or sets the DataBarTemplate DataTemplate.

Declaration

cs-api-definition
public DataTemplate DataBarTemplate { get; set; }

Property Value

DataTemplate

IconSetTemplate

Gets or sets the IconSetTemplate DataTemplate.

Declaration

cs-api-definition
public DataTemplate IconSetTemplate { get; set; }

Property Value

DataTemplate

Methods

SelectTemplate(object, DependencyObject)

Selects a data template based on the type of the underlying view model.

Declaration

cs-api-definition
public override DataTemplate SelectTemplate(object item, DependencyObject container)

Parameters

item

object

container

DependencyObject

Returns

DataTemplate