Skip to main content
Tab

FilterControlColumn Class

Serves as a base for classes that represent filter columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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