Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

ASPxGridHeaderFilterEditorInitializeEventArgs(IWebGridDataColumnBase, ASPxEditBase, GridHeaderFilterEditorType) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxGridHeaderFilterEditorInitializeEventArgs(
    IWebGridDataColumnBase column,
    ASPxEditBase editor,
    GridHeaderFilterEditorType editorType
)

Parameters

Name Type Description
column DevExpress.Web.Internal.IWebGridDataColumnBase

The column to which the processed editor belongs.

editor ASPxEditBase

The editor.

editorType GridHeaderFilterEditorType

The editor type.

See Also