BootstrapGridViewBehaviorSettingsBuilder.HeaderFilterMaxRowCount(Int32) Method
In This Article
Sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder HeaderFilterMaxRowCount(
int headerFilterMaxRowCount
)
#Parameters
Name | Type |
---|---|
header |
Int32 |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also