Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AuditTrailModule.Enabled Property

Indicates if the Audit Trail Module is enabled.

Namespace: DevExpress.ExpressApp.AuditTrail

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