Skip to main content
All docs
V23.2
.NET 6.0+

AuditTrailOptions.Enabled Property

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public bool Enabled { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
AuditTrailService
.OptionsLegacy .Enabled
AuditTrailServiceBase
.Options .Enabled
See Also