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

ListBoxFilteringSettings.CustomEditorID Property

Specifies the ID of a DevExpress editor that is used to set the list box’s filter criterion.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string CustomEditorID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the editor ID.

Property Paths

You can access this nested property as listed below:

Remarks

ASPxListBox provides the capability to use a custom editor for entering the filter criteria by specifying an external DevExpress editor of the ASPxTextBox type with the CustomEditorID property. When the CustomEditorID property is used, the list box’s internal filter editor is not created even if the ListBoxFilteringSettings.ShowSearchUI property is set to true.

Online demos:

See Also