Skip to main content
All docs
V25.1
  • .NET 8.0+

    UseInAuditTrailAttribute.Include Property

    Indicates whether UseInAuditTrailAttribute enables or disables audit of a property.

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v25.1.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