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

    AuditTrailOptions.Enabled Property

    Namespace: DevExpress.ExpressApp.AuditTrail

    Assembly: DevExpress.Persistent.BaseImpl.Xpo.v25.1.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