ASPxTreeListSearchPanelEditorCreateEventArgs(EditPropertiesBase, Object) Constructor
Initializes a new instance of the ASPxTreeListSearchPanelEditorCreateEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.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