DXTabItem.GetLayoutChild(String) Method
Gets the named element in the visual tree of an instantiated DXTabItem.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.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