Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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:

Remarks

ASPxListBox-FilterEditorNullText

Online demos:

See Also