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

    AuditTrailModule.Enabled Property

    Indicates if the Audit Trail Module is enabled.

    Namespace: DevExpress.ExpressApp.AuditTrail

    Assembly: DevExpress.ExpressApp.AuditTrail.Xpo.v25.1.dll

    Declaration

    public bool Enabled { get; set; }

    Property Value

    Type Description
    Boolean

    true if the Audit Trail Module is enabled; otherwise, false.

    See Also