Skip to main content
All docs
V25.2
  • CustomAuditOperationTypeFilterEventArgs.SaveAuditOperation Property

    Indicates whether the Module logs the AuditOperationType operation performed with AuditObject.

    Namespace: DevExpress.Persistent.AuditTrail

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

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    Declaration

    public bool SaveAuditOperation { get; set; }

    Property Value

    Type Description
    Boolean

    true if the Module logs the AuditOperationType operation on AuditObject; otherwise, false.

    Remarks

    The following topic demonstrates how to use this property: Audit Specific Operations.

    See Also