BootstrapGridViewBehaviorSettingsBuilder.AllowAutoFilter(Boolean) Method
In This Article
Specifies whether auto filtering is allowed.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder AllowAutoFilter(
bool allowAutoFilter
)
#Parameters
Name | Type |
---|---|
allow |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also