Skip to main content
A newer version of this page is available. .

XRDesignFormEx.DesignBarManager Property

Gets the XRDesignFormEx object of the End-User Report Designer form.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignBarManager DesignBarManager { get; }

Property Value

Type Description
XRDesignBarManager

An XRDesignBarManager object.

Remarks

Use the DesignBarManager property, to access the XRDesignBarManager‘s properties. The Design Bar Manager provides toolbar buttons, menu items and status panels for editing the report currently being opened in the XRDesignPanel.

The XRDesignFormEx class is intended to provide a single-document interface to the End-User Report Designer. To provide a multi-document interface, use the XRDesignForm or XRDesignRibbonForm class instead. See Report Designer to learn more.

See Also