Back to Devexpress

DXTabControl.GetLayoutChild(String) Method

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-dot-getlayoutchild-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

DXTabControl.GetLayoutChild(String) Method

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FrameworkElement GetLayoutChild(
    string childName
)
vb
Public Function GetLayoutChild(
    childName As String
) As FrameworkElement

Parameters

NameTypeDescription
childNameString

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

|

Returns

TypeDescription
FrameworkElement

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

|

See Also

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace