Skip to main content

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.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public XRDesignDockManager XRDesignDockManager { get; set; }

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