DesignWindowType Enum
Specifies the type of the End-User Designer tool window.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
Name | Description |
---|---|
ReportExplorer
|
Identifies the Report Explorer window. |
FieldList
|
Identifies the Field List window. |
PropertyGrid
|
Identifies the Properties window. |
Remarks
Use this enumeration to set the visibility of the specified tool window via the XRDesignFormEx.SetWindowVisibility method.
See Also