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.v14.2.dll
#Declaration
#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