ClassCellValueDataTemplateSelector
Class
Represents the CellValue data template selector.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class CellValueDataTemplateSelector : DataTemplateSelector
Inheritance: objectCellValueDataTemplateSelector
Constructors
CellValueDataTemplateSelector()
Declaration
cs-api-definition
public CellValueDataTemplateSelector()
Properties
DualArgumentTemplate
Gets or sets the DualArgumentTemplate DataTemplate.
Declaration
cs-api-definition
public DataTemplate DualArgumentTemplate { get; set; }
Property Value
DataTemplate
SingleArgumentTemplate
Gets or sets the SingleArgumentTemplate DataTemplate.
Declaration
cs-api-definition
public DataTemplate SingleArgumentTemplate { 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
container
DependencyObject
Returns
DataTemplate