Skip to main content

IXRChangeService.Transaction Property

Provides access to the undo-redo transaction.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

ITransaction Transaction { get; }

Property Value

Type Description
DevExpress.Utils.ITransaction

An object implementing the DevExpress.Utils.ITransaction interface that executes the undo-redo transaction.

See Also