Name | Description | |
---|---|---|
C1FlexGridFilter Constructor | Overloaded. |
The following tables list the members exposed by C1FlexGridFilter.
Name | Description | |
---|---|---|
C1FlexGridFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
Editor | Gets the System.Windows.Controls.Control used to edit the filter parameters. | |
FilterDefinition | Gets or sets the current filter definition as an XML string. | |
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 C1FlexGridFilter. | |
GetColumnFilter | Gets the filter attached to a given grid column. | |
LoadFilterDefinition | Loads a filter definition from an System.Xml.XmlReader. | |
SaveFilterDefinition | Save the current filter definition to an System.Xml.XmlWriter. | |
ShowFilterEditor | Show the filter editor for a given grid column. |
Name | Description | |
---|---|---|
OnFilterApplied | Raises the FilterApplied event. | |
OnFilterChanged | Raises the FilterChanged event. |
Name | Description | |
---|---|---|
EditorClosed | Occurs when the filter editor is closed. | |
EditorOpened | Occurs when the filter editor is displayed. | |
FilterApplied | Occurs when the filter is applied to the grid. |