Skip to main content
A newer version of this page is available. .

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

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