ClosedPanelCollection.Item[String] Property
Provides access to panels in the collection by name.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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 |
---|---|
LayoutPanel | A LayoutPanel object with the specified name. |
See Also