FilterControl.SetFilterColumnsCollection(FilterColumnCollection) Method
Creates filter columns.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
columns | DevExpress.XtraEditors.Filtering.FilterColumnCollection | A DevExpress.XtraEditors.Filtering.FilterColumnCollection object that represents the collection of filter columns. |
Remarks
The Filter Control is mainly designed to operate with the source control which is assigned via the FilterControl.SourceControl property. In this instance, after a source control has been assigned to the Filter Control, the filter columns are automatically retrieved from the source control. If the source control isn’t specified, these should be defined manually. To do this, use the SetFilterColumnsCollection method.
The SetFilterColumnsCollection method clears the Filter Control‘s FilterControl.FilterColumns collection and populates it with columns retrieved from the columns parameter.To view an example, see the ‘Filter Control’ module in the XtraGrid’s Main Demo.