Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / CanUserUndo Property


In This Topic
    CanUserUndo Property (SheetView)
    In This Topic
    Gets or sets whether to allow the user to undo edit operations.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property CanUserUndo As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.CanUserUndo = value
     
    value = instance.CanUserUndo
    [DefaultValue(true)]
    public bool CanUserUndo {get; set;}
    See Also