BootstrapComboBoxPropertiesBuilder.EnableCallbackMode(Boolean) Method
In This Article
Sets a value that specifies whether the editor’s list items can be loaded to the client side on demand via callbacks.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder EnableCallbackMode(
bool enableCallbackMode
)
#Parameters
Name | Type |
---|---|
enable |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also