[]
        
(Showing Draft Content)

C1.Web.Mvc.ColumnFilter

ColumnFilter Class

Defines a filter for a column on a FlexGrid control.

Inheritance
ColumnFilter
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ColumnFilter

Constructors

Name Description
ColumnFilter()

Creates one ColumnFilter instance.

Properties

Name Description
Column

Gets or sets a string value which indicates the name or the binding of the column.

ConditionFilter

Gets the condition filter in this column filter.

FilterType

Gets or sets the types of filtering provided by this filter.

Format

Gets or sets the format string used to convert raw values into display values for this column (see Globalize).

ValueFilter

Gets the value filter in this column filter.