Skip to main content

ReportDesignerFieldListOptionsBehavior.ShowComplexProperties Property

Use the FieldListOptions.ShowComplexProperties property instead.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ShowComplexProperties ShowComplexProperties { get; set; }

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