ListBoxFilteringSettings.EditorNullTextDisplayMode Property
Specifies when the null text is visible in the list box’s filter editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 |
|
ListBoxProperties |
|
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
- List Editors - List Box Filtering (Web Forms)
- List Editors - List Box Filtering (MVC)
- Data Editors - Null Text
See Also