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.v19.1.dll

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