Skip to main content

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

NuGet Package: DevExpress.Win.Reporting

Declaration

XRDesignDockManager DesignDockManager { get; }

Property Value

Type Description
XRDesignDockManager

An XRDesignDockManager object.

See Also