Skip to main content

XRDesignForm.DesignDockManager Property

Specifies the options of an XRDesignDockManager object of a standard End-User Designer form.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignDockManager DesignDockManager { get; set; }

Property Value

Type Description
XRDesignDockManager

An XRDesignDockManager object, containing dock panels of the End-User Designer.

Remarks

For a code example, refer to Customize Dock Panels in End-User Report Designer.

Implements

See Also