Skip to main content

DXTabItem.GetLayoutChild(String) Method

Gets the named element in the visual tree of an instantiated DXTabItem.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public FrameworkElement GetLayoutChild(
    string childName
)

Parameters

Name Type Description
childName String

A System.String value specifying the name of the child to find.

Returns

Type Description
FrameworkElement

The requested element. May be null if no element of the requested name exists.

See Also