ClassContainsViewDataTemplateSelector
Class
Represents the ContainsView data template selector.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class ContainsViewDataTemplateSelector : DataTemplateSelector
Inheritance: objectContainsViewDataTemplateSelector
Constructors
ContainsViewDataTemplateSelector()
Declaration
cs-api-definition
public ContainsViewDataTemplateSelector()
Properties
BlankTemplate
Gets or sets a blank DataTemplate.
Declaration
cs-api-definition
public DataTemplate BlankTemplate { get; set; }
Property Value
DataTemplate
CellValueTemplate
Gets or sets the CellValueTemplate DataTemplate.
Declaration
cs-api-definition
public DataTemplate CellValueTemplate { get; set; }
Property Value
DataTemplate
DateTemplate
Gets or sets the DateTemplate DataTemplate.
Declaration
cs-api-definition
public DataTemplate DateTemplate { get; set; }
Property Value
DataTemplate
TextTemplate
Gets or sets the TextTemplate DataTemplate.
Declaration
cs-api-definition
public DataTemplate TextTemplate { 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