BootstrapComboBoxPropertiesBuilder.EnableClientSideAPI(Boolean) Method
In This Article
Sets a value that specifies whether the editor can be manipulated on the client side via code.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder EnableClientSideAPI(
bool enableClientSideAPI
)
#Parameters
Name | Type |
---|---|
enable |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also