Skip to main content
.NET 6.0+

ExpandObjectMembersAttribute.AggregatedObjectMembersDefaultExpandingMode Field

Specifies how an aggregated reference property is displayed in Views when it is not decorated with the ExpandObjectMembersAttribute. By default, the field is set to ExpandObjectMembers.InDetailView, which means that an aggregated reference property is represented by several Property Editors in Detail Views, and by an Object Property Editor in List Views.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static ExpandObjectMembers AggregatedObjectMembersDefaultExpandingMode

Field Value

Type
ExpandObjectMembers
See Also