Skip to main content
A newer version of this page is available. .

ViewFilterColumnCollection Constructors

This class is used to retrieve columns from a ColumnView object and populate a FilterControl with these columns via the FilterControl.SetFilterColumnsCollection method.
Name Parameters Description
ViewFilterColumnCollection(ColumnView) view Initializes a new instance of the ViewFilterColumnCollection class with the columns from the specified View.
See Also