TreeList.IsAutoFilterNode(TreeListNode) Method
Gets whether the specified node is an Automatic Filtering Row.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A TreeListNode object for which to return whether it is an Automatic Filtering Row. |
Returns
Type | Description |
---|---|
Boolean | true if the specified node is an Automatic Filtering Row; otherwise, false. |
See Also