NullTextDisplayMode Enum
In This Article
Lists values that specify the null text mode used in editors.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Unfocused | The null text is displayed when the editor is unfocused. |
Unfocused |
The null text is always displayed in the editor (when the editor is focused or unfocused). |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also