BaseLayoutItemCollection.FindItem(IList<BaseLayoutItem>, String) Method
In This Article
Locates an item with the specified name in the specified list.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public static BaseLayoutItem FindItem(
IList<BaseLayoutItem> items,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
items | IList<Base |
A list of items to be searched through. |
name | String | A string that specifies the item’s name. |
#Returns
Type | Description |
---|---|
Base |
A Base |
See Also