XRDesignRibbonController.XRDesignDockManager Property
Gets or sets the component used to create dock panels in the End-User Report Designer.
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. |
Remarks
Use the XRDesignDockManager property to associate an XRDesignDockManager with the XRDesignRibbonController, which will add standard dock panels (e.g. Report Explorer, Field List, etc.) to a custom End-User Report Designer.
See Also