NullTextDisplayMode Enum
Lists values that specify the null text mode for editors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Unfocused
|
The null text is displayed when the editor is unfocused. |
UnfocusedAndFocused
|
The null text is displayed when the editor is focused or unfocused. |
Related API Members
The following properties accept/return NullTextDisplayMode values:
See Also