ClosedPanelCollection.Item[String] Property
In This Article
Provides access to panels in the collection by name.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public LayoutPanel this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the panel to be returned. This value matches the value of the panel’s Name property. |
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
See Also