[]
Provides the standard implementation for attaching a C1FlexGridFilter to a C1FlexGrid control.
public static class C1FlexGridFilterService
This class allows you to attach filters to grids using XAML. For example:
<c1:C1FlexGrid x:Name="_flex" >
<ff:C1FlexGridFilterService.FlexGridFilter>
<ff:C1FlexGridFilter />
</ff:C1FlexGridFilterService.FlexGridFilter>
</c1:C1FlexGrid>
Name | Description |
---|---|
FlexGridFilterProperty | Identifies the FlexGridFilter attached property. |
FlexGridFilterRowProperty | Identifies the FlexGridFilterRow attached property. |
FullTextFilterProperty | Attached full text search behavior. |
Name | Description |
---|---|
GetFlexGridFilter(DependencyObject) | Gets the value of the FlexGridFilter attached property of the specified object. |
GetFlexGridFilterRow(DependencyObject) | Gets the value of the FlexGridFilter attached property of the specified object. |
GetFullTextFilterBehavior(C1FlexGrid) | Gets the full text search behavior. |
SetFlexGridFilter(DependencyObject, C1FlexGridFilter) | Sets the value of the FlexGridFilter property of the specified object. |
SetFlexGridFilterRow(DependencyObject, C1FlexGridFilterRow) | Sets the value of the FlexGridFilter property of the specified object. |
SetFullTextFilterBehavior(C1FlexGrid, C1FullTextFilter) | Sets the full text search behavior. |