Skip to main content
Tab

GridViewFilterRowMode Enum

Lists values that specify filter row behavior.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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