Skip to main content
All docs
V25.2
  • UseInAuditTrailAttribute.Include Property

    Indicates whether UseInAuditTrailAttribute enables or disables audit of a property.

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v25.2.dll

    NuGet Package: DevExpress.ExpressApp

    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