AutoHideGroupCollection.Item[String] Property
Provides access to items in the AutoHideGroupCollection by name.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string value that specifies the name of the item to be located. |
Property Value
| Type | Description |
|---|---|
| BaseLayoutItem | A BaseLayoutItem object with the specified name. |
See Also