| Class | Description |
|---|---|
| GxColumnFilterAG | The class holds the shared ag filter options between all filter types. This is the base class for all ag filter types |
| GxColumnFilterDateTimeFilterOptions | Filter options constants for date/time filter |
| GxColumnFilterNumberFilterOptions | Filter options constants for numbers filter |
| GxColumnFilterTextFilterOptions | Filter options constants for texts filter |
| GxFilterBasicBoolean | The class represents the boolean filter |
| GxFilterBasicDate | The class represents the date filter |
| GxFilterBasicDateTime | The class represents the date time filter |
| GxFilterBasicTime | The class represents the time filter |
| GxFilterBasicTimestamp | Alias for GxFilterBasicDateTime |
| GxFilterComparator | Compare two filter components |
| GxFilterDate | The class represents the default ag-grid date filter |
| GxFilterNumber | The class represents the default ag-grid number filter |
| GxFilterSetFilter | GxFilterSetFilter allow you to filter on set data, influenced by how filters work in Microsoft Excel
|
| GxFilterText | The class represents the default ag-grid text filter |
| Interface | Description |
|---|---|
| GxFilterInterface | Column Filter Public Interface |