Skip to main content
A newer version of this page is available. .

LayoutTreeHelper.GetVisualChildren(DependencyObject) Method

Returns a LINQ-compatible collection that contains visual children.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public static IEnumerable<DependencyObject> GetVisualChildren(
    DependencyObject parent
)

Parameters

Name Type Description
parent DependencyObject

A visual object from which you want to obtain a collection of visual children.

Returns

Type Description
IEnumerable<DependencyObject>

A LINQ-compatible collection that contains visual children.

See Also