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
#Members
Name | Description |
---|---|
Never
|
Specifies that a reference property will always be displayed via an Object |
In
|
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 Object |
In
|
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 Object |
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.