Name | Description | |
---|---|---|
FullTextFilterBehavior Constructor |
The following tables list the members exposed by FullTextFilterBehavior.
Name | Description | |
---|---|---|
FullTextFilterBehavior Constructor |
Name | Description | |
---|---|---|
FilterEntryProperty | Identifies the FilterEntry dependency property. | |
HighlightColorProperty | Identifies the HighlightColor dependency property. | |
HighlightFontAttributesProperty | Identifies the HighlightFontAttributes dependency property. | |
MatchCaseProperty | Identifies the MatchCase dependency property. | |
MatchNumbersProperty | Identifies the MatchNumbers dependency property. | |
MatchWholeWordProperty | Identifies the MatchWholeWord dependency property. | |
ModeProperty | Identifies the Mode dependency property. | |
TreatSpacesAsAndOperatorProperty | Identifies the TreatSpacesAsAndOperator dependency property. |
Name | Description | |
---|---|---|
AssociatedObject | (Inherited from Microsoft.Xaml.Interactivity.Behavior<T>) | |
Dispatcher | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
DispatcherQueue | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
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. |
Name | Description | |
---|---|---|
Attach | (Inherited from Microsoft.Xaml.Interactivity.Behavior) | |
ClearValue | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
Detach | (Inherited from Microsoft.Xaml.Interactivity.Behavior) | |
Equals | Overloaded. (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
GetAnimationBaseValue | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
GetHashCode | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
GetValue | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
ReadLocalValue | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
RegisterPropertyChangedCallback | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
SetValue | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
UnregisterPropertyChangedCallback | (Inherited from Microsoft.UI.Xaml.DependencyObject) |
Name | Description | |
---|---|---|
IsOverridableInterface | (Inherited from Microsoft.UI.Xaml.DependencyObject) | |
OnAttached | (Inherited from C1.WinUI.Core.C1Behavior<FlexGrid>) | |
OnAttachedTo | Overridden. Called when the behavior is attached to the control. | |
OnDetaching | (Inherited from C1.WinUI.Core.C1Behavior<FlexGrid>) | |
OnDetachingFrom | Overridden. Called before the behavior is detached from the control. |