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

IDesignForm.DesignDockManager Property

When implemented by a class, gets the docking panels’ container of the End-User Designer form.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

XRDesignDockManager DesignDockManager { get; }

Property Value

Type Description
XRDesignDockManager

An XRDesignDockManager object.

See Also