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.v24.2.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