UndoContextRedoFrame Property |
Gets the redo frame.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public UndoFrame? RedoFrame { get; }
Public ReadOnly Property RedoFrame As UndoFrame
Get
public:
property UndoFrame^ RedoFrame {
UndoFrame^ get ();
}
member RedoFrame : UndoFrame with get
Property Value
Type:
UndoFrameThe redo frame or
if frame does not exist.
See Also