FilterNodeEventArgs.IsFitDefaultFilter Property
In This Article
Gets whether the row matches the filter applied to the tree list.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the row matches the tree list’s filter; otherwise, false |
See Also