FilterControlColumn Class
Serves as a base for classes that represent filter columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class FilterControlColumn :
CollectionItem,
IBoundProperty,
IFilterColumn,
IFilterablePropertyInfo
Related API Members
The following members return FilterControlColumn objects:
Remarks
Filter columns are stored within the ASPxFilterControl.Columns collection and can be accessed using indexed notation.
Implements
Inheritance
See Also