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

XRDesignFormExBase.DesignDockManager Property

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignDockManager DesignDockManager { get; set; }

Property Value

Type Description
XRDesignDockManager

An XRDesignDockManager object that contains dock panels of the End-User Designer.

Remarks

Note the XRDesignFormExBase class provides the basic functionality for creation of an SDI End-User Designer form. And, for an MDI End-User Designer, use the XRDesignForm.DesignDockManager or XRDesignRibbonForm.DesignDockManager property.

See Also