TreeList.IsAutoFilterNode(TreeListNode) Method
In This Article
Gets whether the specified node is an Automatic Filtering Row.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public bool IsAutoFilterNode(
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A Tree |
#Returns
Type | Description |
---|---|
Boolean | true if the specified node is an Automatic Filtering Row; otherwise, false. |
See Also