GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / IsEditing Property
In This Topic
    IsEditing Property
    In This Topic
    Gets whether the user is currently editing an object.
    Syntax
    [Browsable(false)]
    public virtual bool IsEditing {get;}

    Property Value

    This is true when EditControl is non-null.
    See Also