ElementType Enum
In This Article
Lists the supported data item types.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
Simple
|
The element is a simple field, not containing nested properties. |
Complex
|
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