LayoutGroup.Item[String] Property
In This Article
Provides access to items in the collection by name.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that species the item's name. This value matches the Base |
#Property Value
Type | Description |
---|---|
Base |
A Base |
See Also