Skip to main content
Tab

ListBoxFilteringSettings.EditorNullTextDisplayMode Property

Specifies when the null text is visible in the list box’s filter editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(NullTextDisplayMode.UnfocusedAndFocused)]
public NullTextDisplayMode EditorNullTextDisplayMode { get; set; }

Property Value

Type Default Description
NullTextDisplayMode UnfocusedAndFocused

The null text display mode.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to EditorNullTextDisplayMode
ASPxListBox
.FilteringSettings .EditorNullTextDisplayMode
ListBoxProperties
.FilteringSettings .EditorNullTextDisplayMode

Remarks

The null text is a prompt text displayed in an editor when it is empty and unfocused. Use the NullTextDisplayMode property to specifies whether the null text is also displayed in the editor when it is focused.

Online Demos

See Also