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

XRDesignDockManager.Item[DesignDockPanelType] Property

Provides access to a dock panel of the XRDesignDockManager, by specifying its type.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public DesignDockPanel this[DesignDockPanelType panelType] { get; }

Parameters

Name Type Description
panelType DesignDockPanelType

A DesignDockPanelType enumeration value that specifies the dock panel type in question.

Property Value

Type Description
DesignDockPanel

A DesignDockPanel object that corresponds to the specified dock panel type.

Remarks

Use the Item property to access a specific dock panel in the XRDesignDockManager.DesignDockPanels collection by specifying its type.

The available dock panel types are listed in the DesignDockPanelType enumeration.

See Also