Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

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

    Parameters

    Name Type
    column TreeListDataColumn
    editor ASPxEditBase
    editorType GridHeaderFilterEditorType
    See Also