ComponentVisibility Enum
In This Article
Lists the available visibility types for report components.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
#Members
Name | Description |
---|---|
None
|
The components are not displayed. |
Component
|
This field is obsolete. |
Report
|
The components are displayed in the Report Explorer. |
#Related API Members
The following properties accept/return ComponentVisibility values:
See Also