DXTabControl.GetLayoutChild(String) Method
In This Article
Gets the named element in the visual tree of an instantiated DXTabControl.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public FrameworkElement GetLayoutChild(
string childName
)
#Parameters
Name | Type | Description |
---|---|---|
child |
String | A System. |
#Returns
Type | Description |
---|---|
Framework |
The requested element. May be null if no element of the requested name exists. |
See Also