GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanEditDelete Method
In This Topic
    CanEditDelete Method
    In This Topic
    This predicate is true when the user can perform the EditDelete action.
    Syntax
    public virtual bool CanEditDelete()
    Remarks
    This returns false if the Selection is empty, if CanDeleteObjects is false, or if the primary selection's CanDelete property is false.
    See Also