[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGridFilterService

C1FlexGridFilterService Class

Provides the standard implementation for attaching a C1FlexGridFilter to a C1FlexGrid control.

Inheritance
C1FlexGridFilterService
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGridFilter.4.6.2.dll
Syntax
public static class C1FlexGridFilterService
Remarks

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>

Fields

Name Description
FlexGridFilterProperty

Identifies the FlexGridFilter attached property.

FlexGridFilterRowProperty

Identifies the FlexGridFilterRow attached property.

FullTextFilterProperty

Attached full text search behavior.

Methods

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.