Skip to main content
Tab

ASPxCardViewSearchPanelEditorEventArgs(ASPxEditBase, Object) Constructor

Initializes a new instance of the ASPxCardViewSearchPanelEditorEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewSearchPanelEditorEventArgs(
    ASPxEditBase editor,
    object value
)

Parameters

Name Type Description
editor ASPxEditBase

An ASPxEditBase descendant that is the search panel 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 ASPxGridEditorCreateEventArgs.Value property.

See Also