IXRChangeService.Transaction Property
Provides access to the undo-redo transaction.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Utils.ITransaction | An object implementing the DevExpress.Utils.ITransaction interface that executes the undo-redo transaction. |
See Also