Skip to main content
A newer version of this page is available. .

FilterNodeEventArgs.IsFitDefaultFilter Property

Gets whether the row matches the filter applied to the tree list.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public bool IsFitDefaultFilter { get; }

Property Value

Type Description
Boolean

true if the row matches the tree list’s filter; otherwise, false

See Also