BootstrapComboBoxPropertiesBuilder.NullText(String) Method
In This Article
Sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder NullText(
string nullText
)
#Parameters
Name | Type |
---|---|
null |
String |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also