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

FilterControlColumn Class

Serves as a base for classes that represent filter columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FilterControlColumn :
    CollectionItem,
    IBoundProperty,
    IFilterColumn,
    IFilterablePropertyInfo

Remarks

Filter columns are stored within the ASPxFilterControl.Columns collection and can be accessed using indexed notation.

See Also