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

ASPxGridSearchPanelSettings.CustomEditorID Property

Specifies the ID of a DevExpress editor that is used to set search panel filter criterion.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public virtual 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

Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.

ASPxGridView

Grid provides the capability to use a custom editor for the search panel by specifying an external DevExpress editor with the CustomEditorID property.

Note that you can also replace the default search panel editor with another DevExpress editor in the ASPxGridView.SearchPanelEditorCreate event handler.

To learn more about the search panel, see the Search Panel topic.

Search Panel

Visual Element - Search Panel

Grid View - Getting Started

Online Demo: Grid - Search Panel

ASPxCardView

Grid provides the capability to use a custom editor for the search panel by specifying an external DevExpress editor with the CustomEditorID property.

Note that you can also replace the default search panel editor with another DevExpress editor in the ASPxCardView.SearchPanelEditorCreate event handler.

To learn more about the search panel, see the Search Panel topic.

Search Panel

Visual Element - Search Panel

Card View - Getting Started

Online Demo: Card View - Search Panel

ASPxVerticalGrid

Grid provides the capability to use a custom editor for the search panel by specifying an external DevExpress editor with the CustomEditorID property.

Note that you can also replace the default search panel editor with another DevExpress editor in the ASPxVerticalGrid.SearchPanelEditorCreate event handler.

To learn more about the search panel, see the Search Panel topic.

Search Panel

Visual Element - Search Panel

Vertical Grid - Getting Started

Online Demo: Vertical Grid - Search Panel

See Also