Skip to main content
Tab

ASPxVerticalGridSearchPanelEditorCreateEventArgs(EditPropertiesBase, Object) Constructor

Initializes a new instance of the ASPxVerticalGridSearchPanelEditorCreateEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridSearchPanelEditorCreateEventArgs(
    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