BootstrapComboBoxPropertiesBuilder.IncrementalFilteringMode(IncrementalFilteringMode) Method
In This Article
Sets a value that specifies the filtering mode of the editor.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder IncrementalFilteringMode(
IncrementalFilteringMode incrementalFilteringMode
)
#Parameters
Name | Type |
---|---|
incremental |
Incremental |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also