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