[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.FullTextFilter

FullTextFilter Class

Represents a filter to search text.

Inheritance
FullTextFilter
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public class FullTextFilter : Filter, INotifyPropertyChanged, IComponent, IDisposable

Constructors

Name Description
FullTextFilter()

Properties

Name Description
Delay

Gets or sets the delay that occurs between the key strokes and the value changed event.

Expression

Gets or sets the expression of the current Filter.

IsApplied

Gets a value indicating the current Filter is applied or not.

MatchCase

To know MatchCase mode is enable or not.

MatchWholeWord

To know MatchWholeWord mode is enable or not.

ShowMatchCase

Gets or sets whether the MatchCase checkbox is shown.

ShowMatchWholeWord

Gets or sets whether the MatchWholeWord checkbox is shown.

Text

Gets or sets the current string value of this filter.

Methods

Name Description
Reset(bool)

Resets the filter value to the default value.