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

ASPxGridViewSearchPanelEditorCreateEventArgs(EditPropertiesBase, Object) Constructor

Initializes a new instance of the ASPxGridViewSearchPanelEditorCreateEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewSearchPanelEditorCreateEventArgs(
    EditPropertiesBase editorProperties,
    object value
)

Parameters

Name Type Description
editorProperties EditPropertiesBase

An EditPropertiesBase descendant that contains the search panel editor’s properties. This value is assigned to the ASPxGridEditorCreateEventArgs.EditorProperties property.

value Object

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

See Also