Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockPanel this[string name] { get; }

Parameters

Name Type Description
name String

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

Property Value

Type Description
DockPanel

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

See Also