Back to Devexpress

ClosedPanelCollection.Item[String] Property

wpf-devexpress-dot-xpf-dot-docking-dot-closedpanelcollection-dot-item-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

ClosedPanelCollection.Item[String] Property

Provides access to panels in the collection by name.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public LayoutPanel this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As LayoutPanel

Parameters

NameTypeDescription
nameString

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

TypeDescription
LayoutPanel

A LayoutPanel object with the specified name.

|

See Also

ClosedPanelCollection Class

ClosedPanelCollection Members

DevExpress.Xpf.Docking Namespace