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

XRDesignFieldList.ShowComplexNodesFirst Property

OBSOLETE

Use the ShowComplexProperties property instead.

Specifies whether or not complex nodes should be displayed atop simple nodes in the Field List.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
[Obsolete("Use the ShowComplexProperties property instead.")]
public bool ShowComplexNodesFirst { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

The ShowComplexNodesFirst property is now obsolete. Use the XRDesignFieldList.ShowComplexProperties option instead.

See Also