Back to Devexpress

ShowComplexProperties Enum

corelibraries-devexpress-dot-xtrareports-dot-design.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum ShowComplexProperties
vb
Public Enum ShowComplexProperties

Members

NameDescription
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.

|

The following properties accept/return ShowComplexProperties values:

LibraryRelated API Members
WPF ControlsFieldListOptions.ShowComplexProperties
ReportDesignerFieldListOptionsBehavior.ShowComplexProperties
.NET Reporting ToolsXRDesignFieldList.ShowComplexProperties

Remarks

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

See Also

DevExpress.XtraReports.Design Namespace