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

ShowComplexProperties Enum

Lists the values that define the order in which complex properties are shown in the Field List.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.Data.v18.1.dll

Declaration

public enum ShowComplexProperties

Members

Name Description
Default

The default order of showing complex properties in the Field List is preserved.

First

The complex properties are shown at the top of the Field List.

Last

The complex properties are shown at the bottom of the Field List.

Related API Members

The following properties accept/return ShowComplexProperties values:

Library Related API Members
WinForms Controls FieldListDockPanel.ShowComplexProperties
WPF Controls ReportDesignerFieldListOptionsBehavior.ShowComplexProperties
Reporting XRDesignFieldList.ShowComplexProperties

Remarks

Values listed in this enumeration are used by the XRDesignFieldList.ShowComplexProperties property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowComplexProperties enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also