Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

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

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