LayoutTreeHelper.GetVisualChildren(DependencyObject) Method
In This Article
Returns a LINQ-compatible collection that contains visual children.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static IEnumerable<DependencyObject> GetVisualChildren(
DependencyObject parent
)
#Parameters
Name | Type | Description |
---|---|---|
parent | Dependency |
A visual object from which you want to obtain a collection of visual children. |
#Returns
Type | Description |
---|---|
IEnumerable<Dependency |
A LINQ-compatible collection that contains visual children. |
See Also