DefaultMembersPersistenceAttribute(DefaultMembersPersistence) Constructor
Initializes a new instance of the DefaultMembersPersistenceAttribute class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
defaultPersistence | DefaultMembersPersistence | A DefaultMembersPersistence enumeration value that specifies which members are implied to be persistent by default. This value is assigned to the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property. |
See Also