Skip to main content
.NET 6.0+

AuditTrailModule.Enabled Property

Indicates if the Audit Trail Module is enabled.

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.ExpressApp.AuditTrail.Xpo.v23.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