Skip to main content
A newer version of this page is available. .
Tab

NullTextDisplayMode Enum

Lists values that specify the null text mode used in editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum NullTextDisplayMode

Members

Name Description
Unfocused

The null text is displayed when the editor is unfocused.

UnfocusedAndFocused

The null text is always displayed in the editor (when the editor is focused or unfocused).

Remarks

Values listed by this enumeration are used to set an editor’s NullTextDisplayMode property.

See Also