Back to Devexpress

GridViewFilterRowMode Enum

aspnet-devexpress-dot-web-9899cf25.md

latest1.6 KB
Original Source

GridViewFilterRowMode Enum

Lists values that specify filter row behavior.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewFilterRowMode
vb
Public Enum GridViewFilterRowMode

Members

NameDescription
Auto

Criteria specified in the filter row is applied automatically.

| | OnClick |

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

|

The following properties accept/return GridViewFilterRowMode values:

Remarks

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

See Also

Filter Row

DevExpress.Web Namespace