BootstrapComboBoxPropertiesBuilder.FilterMinLength(Int32) Method
In This Article
Sets a value that defines the minimum length for the filter string input, after which filtering operations are initiated.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder FilterMinLength(
int filterMinLength
)
#Parameters
Name | Type |
---|---|
filter |
Int32 |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also