CustomAuditOperationTypeFilterEventArgs.SaveAuditOperation Property
Indicates whether the Module logs the AuditOperationType operation performed with AuditObject.
Namespace: DevExpress.Persistent.AuditTrail
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
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