ReportDesignerFieldListOptionsBehavior.ShowComplexProperties Property
Use the FieldListOptions.ShowComplexProperties property instead.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| ShowComplexProperties | A ShowComplexProperties enumeration value. |
Available values:
| 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. |
See Also