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

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.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void SetWindowVisibility(
    DesignDockPanelType designDockPanels,
    bool visible
)

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