ViewFilterColumnCollection Class
This class is used to retrieve columns from a ColumnView object and populate a FilterControl with these columns via the FilterControl.SetFilterColumnsCollection method.
Namespace: DevExpress.XtraGrid.FilterEditor
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Remarks
To provide columns from a ColumnView object to a FilterControl, do the following:
- Create a ViewFilterColumnCollection object, initializing it with the required ColumnView object.
- Pass the created object to the FilterControl.SetFilterColumnsCollection method.
See the FilterControl.SetFilterColumnsCollection topic to learn more.
Inheritance
Object
CollectionBase
DevExpress.XtraEditors.Filtering.FilterColumnCollection
ViewFilterColumnCollection
See Also