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

GridViewFilterRowMode Enum

Lists values that specify filter row behavior.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewFilterRowMode

Members

Name Description
Auto

Criteria specified in the filter row is applied automatically.

OnClick

Criteria specified in the filter row is applied on an ‘Apply’ button click.

Related API Members

The following properties accept/return GridViewFilterRowMode values:

Remarks

Use the ASPxGridViewBehaviorSettings.FilterRowMode property to get access to values of the GridViewFilterRowMode type.

See Also