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

ComponentVisibility Enum

Lists the available modes of component visibility in a Report Designer.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Flags]
public enum ComponentVisibility

Members

Name Description
None

The components are not displayed in the Report Designer.

ComponentTray

For internal use. The components are displayed in the Component Tray (no longer available in the Report Designer GUI).

ReportExplorer

The components are displayed in the Report Explorer.

See Also