Skip to main content

ReadOnlyPanelCollection.Item[Guid] Property

Gets the dock panel with the specified unique identifier.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockPanel this[Guid id] { get; }

Parameters

Name Type Description
id Guid

A Guid object which represents a globally unique identifier (GUID).

Property Value

Type Description
DockPanel

A DockPanel object which represents the dock panel with the specified unique identifier. null (Nothing in Visual Basic) if no dock panel is found.

Remarks

The dock panel’s unique identifier is specified by the DockPanel.ID property.

See Also