XRDesignForm.DesignBarManager Property
Gets the XRDesignForm object of the End-User Report Designer form.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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.
See Also