Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / LeaveCellEventArgs Class / Cancel Property


In This Topic
    Cancel Property (LeaveCellEventArgs)
    In This Topic
    Gets or sets whether to cancel the cell navigation.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    'Usage
     
    Dim instance As LeaveCellEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also