XRDesignFormExBase.DesignDockManager Property
In This Article
Specifies the options of an XRDesignDockManager object of a standard End-User Designer form.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[Browsable(false)]
public XRDesignDockManager DesignDockManager { get; set; }
#Property Value
Type | Description |
---|---|
XRDesign |
An XRDesign |
#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