UndoContextCurrentFrame Property |
Gets the current frame.
Namespace: Dundas.BI.EntitiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic UndoFrame? CurrentFrame { get; }Public ReadOnly Property CurrentFrame As UndoFrame
Get
public:
property UndoFrame^ CurrentFrame {
UndoFrame^ get ();
}member CurrentFrame : UndoFrame with get
Property Value
UndoFrame
See Also