[]
Presenter for FullTextFilter.
[TemplatePart(Name = "ChkBoxMatchCase", Type = typeof(CheckBox))]
[TemplatePart(Name = "ChkBoxMatchWholeWord", Type = typeof(CheckBox))]
[TemplatePart(Name = "TxtSearchBox", Type = typeof(TextBox))]
public class FullTextFilterPresenter : C1View
Name | Description |
---|---|
FullTextFilterPresenter() | Initializes a new instance of the FullTextFilterPresenter class. |
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. |
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. |
Name | Description |
---|---|
Dispose(bool) | |
ImplementLocalization() | Implement localization. |
OnApplyTemplate() |