ElementType Enum
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 |
---|---|
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. |
Remarks
A ElementType object is accepted as a parameter by the MasterDetailFieldModel class’s constructor.
See Also