Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExpandObjectMembers Enum

Specifies whether a reference property is displayed via several separate property editors or via a single Lookup or Object Property Editor.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[Flags]
public enum ExpandObjectMembers

#Members

Name Description
Never

Specifies that a reference property will always be displayed via an ObjectPropertyEditor or ASPxObjectPropertyEditor will be used for aggregated reference properties and LookupPropertyEditor or ASPxLookupPropertyEditor - for non-aggregated reference properties.

InDetailView

Specifies that a reference property will be displayed via separate Property Editors representing the referenced object’s properties in Detail Views. In List Views, an ObjectPropertyEditor or ASPxObjectPropertyEditor will be used for aggregated reference properties and LookupPropertyEditor or ASPxLookupPropertyEditor - for non-aggregated reference properties.

InListView

Specifies that a reference property will be displayed via separate Property Editors representing the referenced object’s properties in List Views. In Detail Views, an ObjectPropertyEditor or ASPxObjectPropertyEditor will be used for aggregated reference properties and LookupPropertyEditor or ASPxLookupPropertyEditor for non-aggregated reference properties.

Always

Specifies that a reference property will always be displayed via separate Property Editors representing the referenced object’s properties.

#Related API Members

The following properties accept/return ExpandObjectMembers values:

#Remarks

These enumeration values are used to set the ExpandObjectMembersAttribute.ExpandingMode property.

See Also