Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / IsEditing Property


In This Topic
    IsEditing Property (GcSpreadSheet)
    In This Topic
    Gets a boolean value indicating whether the GcSpreadSheet is in editing mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEditing As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    value = instance.IsEditing
    public bool IsEditing {get;}

    Property Value

    true if the GcSpreadSheet is in editing mode; otherwise, false.
    See Also