BootstrapComboBoxPropertiesBuilder.AllowNull(Boolean) Method
In This Article
Sets a value that specifies whether the combo box allows null values to be entered.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder AllowNull(
bool allowNull
)
#Parameters
Name | Type |
---|---|
allow |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also