Share via


FilterRuleTemplateSelector Class

Definition

The FilterRuleTemplateSelector class selects a template based upon the type of the item and the corresponding template that is registered in the TemplateDictionary.

public ref class FilterRuleTemplateSelector : System::Windows::Controls::DataTemplateSelector
public class FilterRuleTemplateSelector : System.Windows.Controls.DataTemplateSelector
type FilterRuleTemplateSelector = class
    inherit DataTemplateSelector
Public Class FilterRuleTemplateSelector
Inherits DataTemplateSelector
Inheritance
FilterRuleTemplateSelector

Constructors

FilterRuleTemplateSelector()

Properties

TemplateDictionary

Gets the dictionary containing the type-template values.

Methods

SelectTemplate(Object, DependencyObject)

Selects a template based upon the type of the item and and the corresponding template that is registered in the TemplateDictionary.

Applies to