Skip to main content

ClosedPanelCollection.Item[String] Property

Provides access to panels in the collection by name.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.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 BaseLayoutItem.Name property.

#Property Value

Type Description
LayoutPanel

A LayoutPanel object with the specified name.

See Also