Skip to main content

XRDesignFormExBase.DesignDockManager Property

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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