TreeListCustomFilterNodeEventArgs(TreeListNode, Boolean) Constructor
Initializes a new instance of the TreeListCustomFilterNodeEventArgs class with specified settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A TreeListNode object representing the node. |
isFit | Boolean | Specifies whether the node should be filtered. |
See Also