Skip to main content
Tab

ListBoxFilteringSettings.EditorNullText Property

Gets or sets the string displayed in the filter editor when the editor’s value is null.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Enter text to filter...")]
public string EditorNullText { get; set; }

Property Value

Type Default Description
String "Enter text to filter..."

A string value that specifies the prompt text.

Property Paths

You can access this nested property as listed below:

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

Remarks

ASPxListBox-FilterEditorNullText

Online demos:

See Also