Skip to main content

GridViewFilterRowMode Enum

Lists values that specify filter row behavior.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also