XRDesignDockManager.SetWindowVisibility(DesignDockPanelType, Boolean) Method
Sets the specified dock panels’ visibility in the custom End-User Report Designer form.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
designDockPanels | DesignDockPanelType | A DesignDockPanelType enumeration value identifying the End-User Designer’s dock panel(s). |
visible | Boolean | true, to display the dock panel(s); otherwise, false. |
Remarks
Use the SetWindowVisibility method to control the dock panels visibility in the End-User Designer that you dropped from the Toolbox at design time.
See Also