GridViewFilterRowMode Enum
Lists values that specify filter row behavior.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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