ASPxTreeListSearchPanelEditorEventArgs(ASPxEditBase, Object) Constructor
Initializes a new instance of the ASPxTreeListSearchPanelEditorEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
editor | ASPxEditBase | A ASPxEditBase descendant that represents the processed editor. |
value | Object | An object that specifies the search panel editor’s value. |
See Also