Class TreeControlItem.EnumExpandedItemsParams
Represents the parameters used for enumerating expanded tree control items.
public record TreeControlItem.EnumExpandedItemsParams : IEquatable<TreeControlItem.EnumExpandedItemsParams>
- Inheritance
-
TreeControlItem.EnumExpandedItemsParams
- Implements
Fields
- Condition
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
.
- Default
The default instance of TreeControlItem.EnumExpandedItemsParams.
- OnlyVisible
Specifies whether to include only visible items in the enumeration. Defaults to
true
.
- Recursive
Specifies whether to process all child items recursively. Defaults to
true
.