Class
ConditionalFormattingValuePickerTemplateSelector

Selects a value picker template based on the type of the conditional formatting rule.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ConditionalFormattingValuePickerTemplateSelector : DataTemplateSelector

Inheritance: objectConditionalFormattingValuePickerTemplateSelector

Constructors

ConditionalFormattingValuePickerTemplateSelector()

Declaration

cs-api-definition
public ConditionalFormattingValuePickerTemplateSelector()

Properties

ComboBoxPickerTemplate

A ComboBox picker template.

Declaration

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

Property Value

DataTemplate

DoubleValuePickerTemplate

A double value pickers template.

Declaration

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

Property Value

DataTemplate

NoPickerTemplate

A template without picker.

Declaration

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

Property Value

DataTemplate

NumericUpDownTemplate

A NumericUpDown picker template.

Declaration

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

Property Value

DataTemplate

SingleValuePickerTemplate

A single value picker template.

Declaration

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

Property Value

DataTemplate

Methods

SelectTemplate(object, DependencyObject)

Override this method to return an app specific DataTemplate.

Declaration

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

Parameters

item

object

The data content

container

DependencyObject

The element to which the template will be applied

Returns

DataTemplate

an app-specific template to apply, or null.