Name | Description | |
---|---|---|
C1FlexGridFilterRow Constructor | Overloaded. |
The following tables list the members exposed by C1FlexGridFilterRow.
Name | Description | |
---|---|---|
C1FlexGridFilterRow Constructor | Overloaded. |
Name | Description | |
---|---|---|
MatchCaseProperty | Gets or sets whether the filtered text should match the whole word. | |
MatchWholeWordProperty | Gets or sets whether the filtered text should match the whole word. | |
TextChangedDelayProperty | Gets or sets the delay time used to filter after the last typed character. |
Name | Description | |
---|---|---|
Delay | Gets or sets the delay time used to filter after the last typed character. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
MatchCase | Gets or sets whether the filtered text should match the case too. | |
MatchWholeWord | Gets or sets whether the filtered text should match the whole word. | |
NullValueString | Gets or sets the string that represents null values in the value list. | |
Owner | Gets or sets the C1FlexGrid that owns this filter. | |
UseCollectionView | Gets or sets whether the filter should be applied to the grid's data source. |
Name | Description | |
---|---|---|
Apply | Applies the current filters to the rows currently loaded on the grid. | |
Clear | Clears all column filters in this C1FlexGridFilterRow. | |
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetColumnFilter | Gets the filter attached to a given grid column. | |
GetHashCode | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnFilterApplied | Raises the FilterApplied event. | |
OnFilterChanged | Raises the C1.WPF.FlexGrid.IFlexGridFilterDescriptor.FilterChanged event. | |
OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
FilterApplied | Occurs when the filter is applied to the grid. |