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

DesignWindowType Enum

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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