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

DXTabControl.GetLayoutChild(String) Method

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

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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