FilterControlColumn Class
In This Article
Serves as a base for classes that represent filter columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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
Show 15 items
See Also