Skip to main content
A newer version of this page is available. .

ClosedPanelCollection.Item[String] Property

Provides access to panels in the collection by name.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

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
LayoutPanel

A LayoutPanel object with the specified name.

See Also