Skip to main content
All docs
V26.1
  • FilterNodeEventArgs(TreeListNode, Boolean) Constructor

    Initializes a new instance of the class.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v26.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public FilterNodeEventArgs(
        TreeListNode node,
        bool isFit
    )

    Parameters

    Name Type Description
    node TreeListNode

    The object to initialize the Node property.

    isFit Boolean

    The object to initialize the IsFitDefaultFilter property.

    See Also