Uiinfrastructure API Docs  
 

EditorModel.SetDeleteOnCancel Method 

Sets the DeleteOnCancel flag. For sub Editors only: this flag will determine if the Editor should be deleted from the list of sub Editors on cancel.

public virtual void SetDeleteOnCancel(
   bool _bDeleteOnCancel
);

Parameters

_bDeleteOnCancel

See Also

EditorModel Class | com.plumtree.uiinfrastructure.editor Namespace