BootstrapGridViewBehaviorSettingsBuilder.FilterRowMode(GridViewFilterRowMode) Method
In This Article
Sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder FilterRowMode(
GridViewFilterRowMode filterRowMode
)
#Parameters
Name | Type |
---|---|
filter |
Grid |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also