DefaultMembersPersistence Enum
Lists the values that determine which members are implied as persistent by default.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Members
Name | Description |
---|---|
Default
|
The members are implied to be persistent by default if they are declared as public or have the PersistentAttribute attribute. |
OnlyDeclaredAsPersistent
|
The members are implied to be persistent if they have the PersistentAttribute attribute. |
Remarks
The values listed by this enumeration are used to set the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.
See Also