ClassConditionalFormattingValuePickerTemplateSelector
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:
public class ConditionalFormattingValuePickerTemplateSelector : DataTemplateSelector
Inheritance: objectConditionalFormattingValuePickerTemplateSelector
Constructors
ConditionalFormattingValuePickerTemplateSelector()
Declaration
public ConditionalFormattingValuePickerTemplateSelector()
Properties
ComboBoxPickerTemplate
A ComboBox picker template.
Declaration
public DataTemplate ComboBoxPickerTemplate { get; set; }
Property Value
DataTemplate
DoubleValuePickerTemplate
A double value pickers template.
Declaration
public DataTemplate DoubleValuePickerTemplate { get; set; }
Property Value
DataTemplate
NoPickerTemplate
A template without picker.
Declaration
public DataTemplate NoPickerTemplate { get; set; }
Property Value
DataTemplate
NumericUpDownTemplate
A NumericUpDown picker template.
Declaration
public DataTemplate NumericUpDownTemplate { get; set; }
Property Value
DataTemplate
SingleValuePickerTemplate
A single value picker template.
Declaration
public DataTemplate SingleValuePickerTemplate { get; set; }
Property Value
DataTemplate
Methods
SelectTemplate(object, DependencyObject)
Override this method to return an app specific DataTemplate.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
item
The data content
container
DependencyObject
The element to which the template will be applied
Returns
DataTemplate
an app-specific template to apply, or null.