Skip to main content
All docs
V25.1
  • .NET 8.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