Class RuleDataTemplateSelector
Gets or sets the main rule data template selector.
Inheritance
System.Object
RuleDataTemplateSelector
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RuleDataTemplateSelector : DataTemplateSelector
Constructors
RuleDataTemplateSelector()
Declaration
public RuleDataTemplateSelector()
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
|