GridViewFilterRowMode Enum
In This Article
Lists values that specify filter row behavior.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Auto | Criteria specified in the filter row is applied automatically. |
On |
Criteria specified in the filter row is applied on an ‘Apply’ button click. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also