Table of Contents

Field Condition

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

A function that determines whether an item should be included in the enumeration. This function takes a TreeViewItem as input and returns true if the item meets the condition; otherwise, false.

public Func<TreeViewItem, bool>? Condition

Returns

Func<TreeViewItem, bool>
A function that determines whether an item should be included in the enumeration. This function takes a as input and returns true if the item meets the condition; otherwise, false.