[]
        
(Showing Draft Content)

C1.WPF.DataFilter.CheckListTemplateSelector

CheckListTemplateSelector Class

The template selector to use in check list filter.

Inheritance
CheckListTemplateSelector
Namespace: C1.WPF.DataFilter
Assembly: C1.WPF.DataFilter.dll
Syntax
public class CheckListTemplateSelector : DataTemplateSelector

Constructors

Name Description
CheckListTemplateSelector()

Properties

Name Description
NormalTemplate

The template to use for normal item.

SummaryTemplate

The template to use for summary.

Methods

Name Description
SelectTemplate(object, DependencyObject)

Returns a data template based on custom logic.