XRDesignFormExBase.DesignDockManager Property
Specifies the options of an XRDesignDockManager object of a standard End-User Designer form.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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