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 TreeControlItem as input and returns true if the item meets the condition; otherwise, false.

public Func<TreeControlItem, bool>? Condition

Returns

Func<TreeControlItem, 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.