Back to Devexpress

ElementType Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-presenters.md

latest1.5 KB
Original Source

ElementType Enum

Lists the supported data item types.

Namespace : DevExpress.XtraReports.Wizards.Presenters

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum ElementType
vb
Public Enum ElementType

Members

NameDescription
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.

|

The following properties accept/return ElementType values:

Remarks

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

See Also

MasterDetailFieldModel

DevExpress.XtraReports.Wizards.Presenters Namespace