UndoContextCurrentFrame Property |
Gets the current 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? CurrentFrame { get; }
Public ReadOnly Property CurrentFrame As UndoFrame
Get
public:
property UndoFrame^ CurrentFrame {
UndoFrame^ get ();
}
member CurrentFrame : UndoFrame with get
Property Value
Type:
UndoFrameSee Also