ShowComplexProperties Enum
In This Article
Lists the values that define the order in which complex properties are shown in the Field List.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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 |
---|---|
WPF Controls | Field |
Report |
|
.NET Reporting Tools | XRDesign |
#Remarks
Values listed in this enumeration are used by the XRDesignFieldList.ShowComplexProperties property.
See Also