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

ASPxTreeListSearchPanelEditorCreateEventArgs(EditPropertiesBase, Object) Constructor

Initializes a new instance of the ASPxTreeListSearchPanelEditorCreateEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxTreeListSearchPanelEditorCreateEventArgs(
    EditPropertiesBase editorProperties,
    object value
)

Parameters

Name Type Description
editorProperties EditPropertiesBase

An EditPropertiesBase descendant that contains the search panel editor’s properties.

value Object

An object that specifies the search panel editor’s value.

See Also