FilterNodeEventArgs(TreeListNode, Boolean) Constructor
Initializes a new instance of the class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | The object to initialize the Node property. |
isFit | Boolean | The object to initialize the IsFitDefaultFilter property. |
See Also