[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.FullTextFilterBehavior

FullTextFilterBehavior Class

Allows any FlexGrid to be filtered using a Xamarin.Forms.Entry.

Inheritance
FullTextFilterBehavior
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class FullTextFilterBehavior : Behavior<FlexGrid>
Remarks

This behavior sets the CellFactory of the attached grid.

Constructors

Name Description
FullTextFilterBehavior()

Fields

Name Description
FilterEntryProperty
HighlightColorProperty
HighlightFontAttributesProperty
MatchCaseProperty
MatchNumbersProperty
MatchWholeWordProperty
ModeProperty
TreatSpacesAsAndOperatorProperty

Properties

Name Description
FilterEntry

Gets or sets the Entry field used to perform the query.

HighlightColor

Gets or sets the color used to highlight the matches.

HighlightFontAttributes

Gets or sets the font attributes used to highlight the matches.

MatchCase

Gets or sets whether the filtered text should match the case too.

MatchNumbers

Gets or sets whether number columns should be taken into account.

MatchWholeWord

Gets or sets whether the filtered text should match the whole word.

Mode

Gets or sets the mode the filter will be performed.

TreatSpacesAsAndOperator

Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.

Methods

Name Description
OnAttachedTo(FlexGrid)

Called when the behavior is attached to the grid.

OnDetachingFrom(FlexGrid)

Called when the behavior is detaching from the grid.