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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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