Skip to main content

DesignWindowType Enum

Specifies the type of the End-User Designer tool window.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Flags]
public enum DesignWindowType

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