Open this page in the API Guide

UndoContext.UndoFrame Property

Gets the undo frame.

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public UndoFrame? UndoFrame { get; }

Property Value

Type: UndoFrame
The undo frame or null if frame does not exist.
See Also