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

ASPxCardViewSearchPanelEditorCreateEventArgs(EditPropertiesBase, Object) Constructor

Initializes a new instance of the ASPxCardViewSearchPanelEditorCreateEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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