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.1.dll

Syntax
C# |
public BootstrapSpinEditBuilder NullText(
string nullText
)
|
VB |
Public Function NullText(
ByVal nullText As String
) As BootstrapSpinEditBuilder
|
Parameters
-
nullText
-
Type: String
Return value
Type:
BootstrapSpinEditBuilder

See Also