Class CellValueDataTemplateSelector
Represents the CellValue data template selector.
Inheritance
System.Object
CellValueDataTemplateSelector
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CellValueDataTemplateSelector : DataTemplateSelector
Constructors
CellValueDataTemplateSelector()
Declaration
public CellValueDataTemplateSelector()
Properties
DualArgumentTemplate
Gets or sets the DualArgumentTemplate DataTemplate.
Declaration
public DataTemplate DualArgumentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
SingleArgumentTemplate
Gets or sets the SingleArgumentTemplate DataTemplate.
Declaration
public DataTemplate SingleArgumentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
SelectTemplate(Object, DependencyObject)
Selects a data template based on the type of the underlying view model.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
|
System.Windows.DependencyObject
container
|
Returns
System.Windows.DataTemplate
|