Skip to main content
All docs
V24.1
.NET 6.0+

UseInAuditTrailAttribute Constructors

Specifies whether a property takes part in audit. Non-persistent properties also depend on the following property: DevExpress.Persistent.AuditTrail.ObjectAuditProcessor.ExcludeNonPersistentFromAudit.
Name Parameters Description
UseInAuditTrailAttribute(Boolean) include Initializes a new instance of the UseInAuditTrailAttribute class with specified settings.
See Also