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

ASPxVerticalGridSearchPanelEditorEventArgs(ASPxEditBase, Object) Constructor

Initializes a new instance of the ASPxVerticalGridSearchPanelEditorEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGridSearchPanelEditorEventArgs(
    ASPxEditBase editor,
    object value
)

Parameters

Name Type Description
editor ASPxEditBase

A ASPxEditBase descendant that represents the processed editor. This value is assigned to the ASPxGridEditorEventArgs.Editor property.

value Object

An object that specifies the search panel editor’s value. This value is assigned to the ASPxGridEditorEventArgs.Value property.

See Also