Skip to main content
.NET 6.0+

ExpandObjectMembersAttribute.ExpandingMode Property

Specifies whether the target reference property is displayed via several Property Editors representing the referenced object’s properties or via a single Lookup or Object Property Editor.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ExpandObjectMembers ExpandingMode { get; }

Property Value

Type Description
ExpandObjectMembers

An ExpandObjectMembers enumeration value specifying how the target reference property is displayed in Views.

Remarks

For details, refer to the ExpandObjectMembersAttribute class description.

See Also