Skip to main content
All docs
V26.1
  • UseInAuditTrailAttribute.Include Property

    Indicates whether UseInAuditTrailAttribute enables or disables audit of a property.

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public bool Include { get; }

    Property Value

    Type Description
    Boolean

    Indicates whether XAF enables or disables the audit of a property with a UseInAuditTrailAttribute.

    See Also