Back to Devexpress

DesignWindowType Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-7c85895f.md

latest1.5 KB
Original Source

DesignWindowType Enum

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Flags]
public enum DesignWindowType
vb
<Flags>
Public Enum DesignWindowType

Members

NameDescription
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

Reporting for WinForms

DevExpress.XtraReports.UI Namespace