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

ElementType Enum

Lists the supported data item types.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public enum ElementType

Members

Name Description
SimpleField

The element is a simple field, not containing nested properties.

ComplexField

The element is a complex field, containing nested properties.

Collection

The element is a collection.

Related API Members

The following properties accept/return ElementType values:

Remarks

A ElementType object is accepted as a parameter by the MasterDetailFieldModel class’s constructor.

See Also