Skip to main content
All docs
V25.1
  • ASPxTreeListHeaderFilterEditorInitializeEventArgs(TreeListDataColumn, ASPxEditBase, GridHeaderFilterEditorType) Constructor

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

    Namespace: DevExpress.Web.ASPxTreeList

    Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public ASPxTreeListHeaderFilterEditorInitializeEventArgs(
        TreeListDataColumn column,
        ASPxEditBase editor,
        GridHeaderFilterEditorType editorType
    )

    Parameters

    Name Type
    column TreeListDataColumn
    editor ASPxEditBase
    editorType GridHeaderFilterEditorType
    See Also