[]
        
(Showing Draft Content)

C1.WPF.DataFilter.FullTextFilterPresenter

FullTextFilterPresenter Class

Presenter for FullTextFilter.

Inheritance
FullTextFilterPresenter
Namespace: C1.WPF.DataFilter
Assembly: C1.WPF.DataFilter.dll
Syntax
[TemplatePart(Name = "ChkBoxMatchCase", Type = typeof(CheckBox))]
[TemplatePart(Name = "ChkBoxMatchWholeWord", Type = typeof(CheckBox))]
[TemplatePart(Name = "TxtSearchBox", Type = typeof(TextBox))]
public class FullTextFilterPresenter : C1View

Constructors

Name Description
FullTextFilterPresenter()

Initializes a new instance of the FullTextFilterPresenter class.

Fields

Name Description
FilterProperty

Identifies the Filter dependency property.

HeaderContentProperty

Identifies the HeaderContent dependency property.

MatchCaseProperty

Identifies the MatchCase dependency property.

MatchWholeWordProperty

Identifies the MatchWholeWord dependency property.

TextProperty

Identifies the Text dependency property.

Properties

Name Description
Filter

Gets or sets filter associated with this element.

HeaderContent

Gets or sets the content for the Header of current Filter control.

MatchCase

Gets or sets value of MatchCase checkbox.

MatchWholeWord

Gets or sets value of MatchWholeWord checkbox.

Text

Gets or sets the text of search box.

Methods

Name Description
Dispose(bool)
ImplementLocalization()

Implement localization.

OnApplyTemplate()