CustomRowFilterEventArgs(TreeListNode, Boolean) Constructor
Initializes a new instance of the CustomRowFilterEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | TreeListNode | The processed TreeListNode. This value is assigned to the Node property. |
| isFit | Boolean | true if the node fits the applied filter; otherwise, false. This value is assigned to the IsFitDefaultFilter property. |
See Also