[]
Presenter for FullTextFilter.
public class FullTextFilterPresenter : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable
Name | Description |
---|---|
FullTextFilterPresenter() | Initializes a new instance of the FullTextFilterPresenter class. |
Name | Description |
---|---|
FilterProperty | Identifies the Filter 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. |
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 |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
Dispose(bool) | |
ImplementLocalization() | Implement localization. |
OnAfterRender(bool) |