BootstrapComboBoxPropertiesBuilder.ConvertEmptyStringToNull(Boolean) Method
In This Article
Sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder ConvertEmptyStringToNull(
bool convertEmptyStringToNull
)
#Parameters
Name | Type |
---|---|
convert |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also