Skip to main content
Tab

ASPxCardViewHeaderFilterEditorInitializeEventArgs(CardViewColumn, ASPxEditBase, GridHeaderFilterEditorType) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewHeaderFilterEditorInitializeEventArgs(
    CardViewColumn column,
    ASPxEditBase editor,
    GridHeaderFilterEditorType editorType
)

Parameters

Name Type Description
column CardViewColumn

The column to which the processed editor belongs.

editor ASPxEditBase

The editor.

editorType GridHeaderFilterEditorType

The editor type.

See Also