Skip to main content
All docs
V22.2
.NET Framework 4.5.2+

AuditTrailModule.Enabled Property

Indicates if the Audit Trail Module is enabled.

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.ExpressApp.AuditTrail.Xpo.v22.2.dll

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
Boolean

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

See Also