[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.FullTextFilterPresenter

FullTextFilterPresenter Class

Presenter for FullTextFilter.

Inheritance
FullTextFilterPresenter
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public class FullTextFilterPresenter : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable

Constructors

Name Description
FullTextFilterPresenter()

Initializes a new instance of the FullTextFilterPresenter class.

Fields

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.

Properties

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.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
ImplementLocalization()

Implement localization.

OnAfterRender(bool)