Use the members of this enumeration to set the value of the FilterMode property of a C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum FilterMode
Visual Basic
Public Enumeration FilterMode

Members

Member nameDescription
Auto Filtering is performed automatically.
Custom Filtering is performed manually.

See Also