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

MasterDetailFieldModel.ElementType Property

For internal use.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ElementType ElementType { get; }

Property Value

Type
ElementType

Available values:

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.

See Also