UndoRedoItemLastValue Property
Gets or sets the last value on the control.
Namespace: DevCase.Core.Application.Forms.UndoRedoAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Object LastValue { get; set; }
Public Property LastValue As Object
Get
Set
Dim instance As UndoRedoItem
Dim value As Object
value = instance.LastValue
instance.LastValue = value
member LastValue : Object with get, set
No code example is currently available or this language may not be supported.
Property Value
Object
The last value on the control.