A newer version of this page is available.
Switch to the current version.
FilterControlColumnCollection Class
Represents a collection of filter columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public class FilterControlColumnCollection :
Collection,
IBoundPropertyCollection,
IEnumerable
Related API Members
The following members accept/return FilterControlColumnCollection objects:
Remarks
The ASPxFilterControl isn’t designed to operate with the bound source control. To enable end-users to construct filter criteria, you should manually create filter columns and add them to the ASPxFilterControl.Columns collection. The ASPxFilterControl provides eight column types (text, spin, combo box columns, etc.).
The example below demonstrates how to create a filter column in code: