Back to Devexpress

DockPanelCollection.Item[String] Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanelcollection-dot-item-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

DockPanelCollection.Item[String] Property

Provides access to the dock panels with the specified name, contained within the collection.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
nameString

A String value that specified the dock panel’s name.

|

Property Value

TypeDescription
DockPanel

A DockPanel object that represents the dock panel with the specified name.

|

See Also

DockPanelCollection Class

DockPanelCollection Members

DevExpress.XtraBars.Docking Namespace