 | ControlTrendGraphDescendantsT Method |
Get descendant child controls that implement generic control interface defined by T.
Namespace: AxiomCore2.ControlsAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntaxpublic IEnumerable<T> Descendants<T>(
bool isDeep
)
where T : IControlBase
Parameters
- isDeep Boolean
- If true, search all child controls of parent recursively using a depth first search algorithm. If false, search only immediate child controls of parent.
Type Parameters
- T
- Type of control to find in children.
Return Value
IEnumerableTChild controls that implement
T.
Implements
IControlParentDescendantsT(Boolean)
See Also