Habanero.Faces.Win.StaticDataEditorWin.SaveChanges C# (CSharp) Method

SaveChanges() public method

Saves the changes made to the grid
public SaveChanges ( ) : bool
return bool
        public bool SaveChanges()
        {
            return _staticDataEditorManager.SaveChanges();
        }